Skip to content

Commit

Permalink
Do not rely on exact error code.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjgillot committed Apr 21, 2023
1 parent 9f7e256 commit 7e214bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/run-make/const-prop-lint/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ include ../tools.mk

all:
$(RUSTC) input.rs; test $$? -eq 1
ls *.o; test $$? -eq 2
ls *.o; test $$? -ne 0

0 comments on commit 7e214bf

Please sign in to comment.