From 8a3e20ad4c12d42c2d9ac243a6766e6e322728de Mon Sep 17 00:00:00 2001 From: John Fletcher Date: Thu, 23 Jan 2014 17:22:23 +0000 Subject: [PATCH] test/jamfile Reinstate bug_000008 --- test/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Jamfile b/test/Jamfile index 9535585..70f0bd7 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -85,7 +85,7 @@ test-suite phoenix_scope : [ run scope/let_tests.cpp ] [ run scope/dynamic_tests.cpp ] [ run scope/bug3289.cpp ] -# [ run scope/bug_000008.cpp : : : $(multi-threading) ] + [ run scope/bug_000008.cpp : : : $(multi-threading) ] ; test-suite phoenix_algorithm :