From 44d4e31fc8387a52918992ed40bd4b20d7646f39 Mon Sep 17 00:00:00 2001 From: Chouser Date: Tue, 27 Jan 2015 11:30:05 -0500 Subject: Ocaml: Add step 5, TCO worked automatically in Ocaml --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a0b2f7b..63fd693 100644 --- a/Makefile +++ b/Makefile @@ -34,6 +34,7 @@ EXCLUDE_TESTS += test^go^step5 # test completes, even at 100,000 EXCLUDE_TESTS += test^php^step5 # test completes, even at 100,000 EXCLUDE_TESTS += test^ruby^step5 # test completes, even at 100,000 EXCLUDE_TESTS += test^rust^step5 # no catching stack overflows +EXCLUDE_TESTS += test^ocaml^step5 # test completes, even at 1,000,000 # interop tests now implemented yet EXCLUDE_TESTS += test^cs^stepA test^java^stepA test^mal^stepA \ -- cgit v1.2.3