From ab1bc7ed2d36fa047cd980052c8b72849264cbe5 Mon Sep 17 00:00:00 2001 From: John Fletcher Date: Fri, 27 Feb 2015 23:26:19 +0000 Subject: [PATCH] test/Jamfile run lazy_headers test Signed-off-by: John Fletcher --- test/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Jamfile b/test/Jamfile index f6488d0..a9621e5 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -222,7 +222,7 @@ test-suite phoenix_include : [ run include/core/value.cpp ] [ run include/core/visit_each.cpp ] [ run include/function/function.cpp : : : : function_function ] - # [ run include/function/lazy_headers.cpp ] + [ run include/function/lazy_headers.cpp ] [ run include/fusion/at.cpp ] [ run include/object/const_cast.cpp ] [ run include/object/construct.cpp ]