Skip to content

Commit

Permalink
test(melange): use a different flag for forwards-compat (#11211)
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio Nuno Monteiro <[email protected]>
  • Loading branch information
anmonteiro authored Dec 19, 2024
1 parent 2616be1 commit e36b8a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/blackbox-tests/test-cases/melange/merlin.t
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Paths to Melange stdlib appear in B and S entries without melange.emit stanza
$ cat >dune <<EOF
> (melange.emit
> (target "$target")
> (compile_flags :standard -mel-g )
> (compile_flags :standard --mel-noassertfalse)
> (emit_stdlib false)
> (modules main))
> EOF
Expand All @@ -91,7 +91,7 @@ Dump-dot-merlin includes the melange flags
S /MELC_STDLIB/__private__/melange_mini_stdlib
S /MELC_STDLIB
S $TESTCASE_ROOT
# FLG -w @[email protected]@30..39@[email protected]@[email protected]@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -mel-g
# FLG -w @[email protected]@30..39@[email protected]@[email protected]@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g --mel-noassertfalse
Check for flag directives ordering when another preprocessor is defined
Expand Down

0 comments on commit e36b8a1

Please sign in to comment.