Skip to content

Commit

Permalink
remove a flag to get run-make tests to succeed
Browse files Browse the repository at this point in the history
  • Loading branch information
dwrensha committed Dec 5, 2013
1 parent ad58e2c commit 1693b81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/run-make/tools.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
RUSTC := $(RUSTC) --out-dir $(TMPDIR) -L $(TMPDIR)
CC := $(CC) -L $(TMPDIR)

RUN = $(TMPDIR)/$(1)
FAILS = $(TMPDIR)/$(1) && exit 1 || exit 0
Expand Down

0 comments on commit 1693b81

Please sign in to comment.