-
Notifications
You must be signed in to change notification settings - Fork 412
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(melange): use a different flag for forwards-compat (#11211)
Signed-off-by: Antonio Nuno Monteiro <[email protected]>
- Loading branch information
1 parent
2616be1
commit e36b8a1
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|