From 14f2ca89971747f6e4ef3ef022149c6f69bbba23 Mon Sep 17 00:00:00 2001 From: John Fletcher Date: Sat, 22 Feb 2014 18:41:43 +0000 Subject: [PATCH] test/Jamfile Take out extra test. --- test/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Jamfile b/test/Jamfile index b8e2a57..d577d3e 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -152,7 +152,7 @@ test-suite phoenix_include : [ run include/operator.cpp ] [ run include/scope.cpp ] [ run include/spirit.cpp ] - [ run include/spirit_no_specialize.cpp ] +# [ run include/spirit_no_specialize.cpp ] [ run include/statement.cpp ] [ run include/stl.cpp ] [ run include/version.cpp ]