aboutsummaryrefslogtreecommitdiff
path: root/tests/tests2
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests2')
-rw-r--r--tests/tests2/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/tests2/Makefile b/tests/tests2/Makefile
index ab8b6c6..254fa5c 100644
--- a/tests/tests2/Makefile
+++ b/tests/tests2/Makefile
@@ -19,10 +19,6 @@ endif
TCC = $(TOP)/tcc $(TCCFLAGS)
-ifdef CONFIG_WIN32
- TCC = $(top_srcdir)/win32/tcc $(TCCFLAGS)
-endif
-
TESTS = $(patsubst %.c,%.test,$(wildcard *.c))
# 34_array_assignment.test -- array assignment is not in C standard