From 11fbdba9dea1a5cc4e237679332ef5f21b2e16d4 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 20 Apr 2016 18:41:07 +0200 Subject: [PATCH] Remove cpp_basic_template_class from the list of failing tests It passes now. --- Examples/test-suite/c/Makefile.in | 1 - 1 file changed, 1 deletion(-) diff --git a/Examples/test-suite/c/Makefile.in b/Examples/test-suite/c/Makefile.in index cd91c67a1..b4ca3544f 100644 --- a/Examples/test-suite/c/Makefile.in +++ b/Examples/test-suite/c/Makefile.in @@ -65,7 +65,6 @@ FAILING_CPP_TESTS := \ constant_pointers \ cpp_basic \ cpp_basic_global_var_built_in \ - cpp_basic_template_class \ cpp_basic_template_function \ cpp_namespace \ cpp_typedef \