File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
test/blackbox-tests/test-cases/formatting Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -55,13 +55,9 @@ Now we add [mli] files for the two modules whose implementation is generated:
5555 $ touch other_gen .mli
5656 $ touch parser_raw .mli
5757
58- We format again .
59- $ dune build @fmt
58+ We format again . Filter menhir warnings (which vary by version) to keep output stable .
59+ $ dune build @fmt 2 >& 1 | grep -v " end-of-stream " | grep -v " never reduced " | grep -v 'File " parser_raw . mly " ' | grep -v " in total "
6060 fake ocamlformat is running : "--intf " "other_gen .mli "
61- Warning : one state end-of-stream conflict was arbitrarily resolved .
62- File "parser_raw .mly ", line 5 , characters 4-7 :
63- Warning : production prog - > EOL is never reduced .
64- Warning : in total , 1 production is never reduced .
6561 fake ocamlformat is running : "--intf " "parser_raw .mli "
6662 File "other_gen .mli ", line 1 , characters 0-0 :
6763 --- other_gen .mli
You can’t perform that action at this time.
0 commit comments