Skip to content

Commit 1693b81

Browse files
committed
remove a flag to get run-make tests to succeed
1 parent ad58e2c commit 1693b81

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/run-make/tools.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
RUSTC := $(RUSTC) --out-dir $(TMPDIR) -L $(TMPDIR)
2-
CC := $(CC) -L $(TMPDIR)
32

43
RUN = $(TMPDIR)/$(1)
54
FAILS = $(TMPDIR)/$(1) && exit 1 || exit 0

0 commit comments

Comments
 (0)