Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
Signed-off-by: Ulysse Gérard <[email protected]>
  • Loading branch information
voodoos committed Oct 21, 2020
1 parent 37ca8e7 commit 6516ab6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/blackbox-tests/test-cases/cxx-flags.t/run.t
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Default: add_cxx_flags = false
With add_cxx_flags = false
$ cat >dune-project <<EOF
> (lang dune 2.8)
> (add_cxx_flags false)
> (new_foreign_flags_handling false)
> EOF

$ dune rules baz.o | sed -n -e '/(action/,$p' |
Expand All @@ -49,7 +49,7 @@ With add_cxx_flags = false
With add_cxx_flags = true
$ cat >dune-project <<EOF
> (lang dune 2.8)
> (add_cxx_flags true)
> (new_foreign_flags_handling true)
> EOF

$ dune rules baz.o | sed -n -e '/(action/,$p' |
Expand Down

0 comments on commit 6516ab6

Please sign in to comment.