From 0a51386960bcf116cce03fe61e21effd875cd792 Mon Sep 17 00:00:00 2001 From: minux Date: Sat, 12 Apr 2014 13:37:37 -0400 Subject: tests2: fix 30_hanoi test and enable it. --- tests/tests2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/tests2/Makefile') diff --git a/tests/tests2/Makefile b/tests/tests2/Makefile index a7c8a2f..6e0fa34 100644 --- a/tests/tests2/Makefile +++ b/tests/tests2/Makefile @@ -88,7 +88,7 @@ TESTS = \ # 34_array_assignment.test -- array assignment is not in C standard # 46_grep.test -- does not compile even with gcc -SKIP = 30_hanoi.test 34_array_assignment.test 46_grep.test +SKIP = 34_array_assignment.test 46_grep.test # some tests do not pass on all platforms, remove them for now ifeq ($(TARGETOS),Darwin) -- cgit v1.3.1