Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
np committed Dec 9, 2010
1 parent 0464b68 commit 5f0bd9d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -4,6 +4,6 @@ test:
INPUTS=`find tests -path '*.t/*' \( -name stdin -o -name '*.ml' \)` ; \
./tests/check-roundtrip -f -w $$INPUTS && \
./tests/check-roundtrip -A -Q -f -w $$INPUTS && \
./tests/check-locs -f -w $$INPUTS && \
./tests/check-locs -A -Q -f -w $$INPUTS && \
./tests/check-locs -f -w -w $$INPUTS && \
./tests/check-locs -A -Q -f -w -w $$INPUTS && \
PPLEX=$(PWD)/_build/pplex.byte cmdcheck tests/*.t
2 changes: 1 addition & 1 deletion tests/subtle-comment-3.t/stderr
@@ -1 +1 @@
Warning: File "input.ml", line 1, characters 1-4: this is the start of a comment
Warning: File "input.ml", line 1, characters 1-13: this is the start of a comment
1 change: 1 addition & 0 deletions tests/subtle-comment-3.t/stdout
@@ -1,4 +1,5 @@
LIDENT "a"
WARNING "Comment_start"
COMMENT "(*)b(*c*)d*)"
LIDENT "e"
NEWLINE "\n"

0 comments on commit 5f0bd9d

Please sign in to comment.