From acc8f602e57d69e6e36c417b7b360b6dd685b64e Mon Sep 17 00:00:00 2001 From: Vlad Vissoultchev Date: Sun, 17 Apr 2016 16:20:46 +0300 Subject: Revert "Fix tests Makefiles on Windows" This reverts commit fa2472c17246206ce6947475782de17245eceeea. --- tests/tests2/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tests/tests2/Makefile') 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 -- cgit v1.3.1