From da3737ef45496d9baf5ce3f04b7413852b72d5da Mon Sep 17 00:00:00 2001 From: John Fletcher Date: Mon, 10 Mar 2014 21:21:28 +0000 Subject: [PATCH] test/Jamfile reinstate test of 7730 no-specialize case. --- test/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Jamfile b/test/Jamfile index d54a8a5..7b48482 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -175,7 +175,7 @@ test-suite phoenix_include : [ run include/core/nothing.cpp ] [ run include/core/reference.cpp ] [ run include/core/terminal.cpp ] -# [ run include/core/bug7730.cpp ] + [ run include/core/bug7730.cpp ] [ run include/core/value.cpp ] [ run include/core/visit_each.cpp ] [ run include/function/function.cpp : : : : function_function ]