Skip to content

Commit

Permalink
Tests: fix test from ocaml#5185
Browse files Browse the repository at this point in the history
Signed-off-by: Hugo Heuzard <[email protected]>
  • Loading branch information
hhugo committed Dec 14, 2021
1 parent f9dfb2f commit 7cb7d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/blackbox-tests/test-cases/cxx-flags.t/run.t
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ With use_standard_c_and_cxx_flags = true
1

$ dune rules main.exe | tr -s '\n' ' ' |
> grep -ce "Main.cmx$GCC_LF)\|Main.cmx$Clang_LF)\|Main.cmx$Msvc_LF)"
> grep -ce "Main.cmx$GCC_LF_LIB)\|Main.cmx$Clang_LF_LIB)\|Main.cmx$Msvc_LF_LIB)"
1

$ dune exec ./main.exe
Expand Down

0 comments on commit 7cb7d59

Please sign in to comment.