We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6381687 + b37a612 commit bf6e8a1Copy full SHA for bf6e8a1
test/negative-tests/ppx-negtests.t
@@ -228,7 +228,7 @@ Instrument and check that it was received
228
> )
229
> EOF
230
231
- $ bash ../filter_dune_build.sh ./test.bc --instrument-with mutaml 2>&1 | grep -v "use-compiler-pp\|no-merge\|Embed errors\|keywords"
+ $ bash ../filter_dune_build.sh ./test.bc --instrument-with mutaml 2>&1 | grep -v "use-compiler-pp" | grep -v "no-merge" | grep -v "Embed errors" | grep -v "keywords"
232
ppx.exe [extra_args] [<files>]
233
-as-ppx Run as a -ppx rewriter (must be the first argument)
234
--as-ppx Same as -as-ppx
0 commit comments