Skip to content

Commit

Permalink
xxx
Browse files Browse the repository at this point in the history
  • Loading branch information
lefessan committed Mar 15, 2024
1 parent 5f9cf0c commit a48e886
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: check
run: |
cd _build/tests
make check TESTSUITEFLAGS="--jobs=$(($(nproc)+1))"
make check
make test
shell: msys2 {0}

Expand Down
3 changes: 3 additions & 0 deletions cobc/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
of file paths. -fcopybook-deps also forces -E, -foneline-deps,
-MT=copybooks, disables errors on missing copybooks and removes
output on stdout.
* error.c, pplex.h: defines cobc_slashify to replace backslashes by
slashes. Use it for error locations. So now, errors on Windows are
printed with slashes instead of backslashes.

2024-02-19 Boris Eng <[email protected]>

Expand Down

0 comments on commit a48e886

Please sign in to comment.