From e828a7fc5c9cb535870ede99d96fc11b40ea6b0f Mon Sep 17 00:00:00 2001 From: John Fletcher Date: Fri, 24 Jan 2014 13:25:13 +0000 Subject: [PATCH] test/Jamfile Sort out order in file --- test/Jamfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/Jamfile b/test/Jamfile index 8bc973b..61b769e 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -151,13 +151,13 @@ test-suite phoenix_include : [ run include/core/function_equal.cpp ] [ run include/core/is_actor.cpp ] [ run include/core/is_nullary.cpp ] - [ run include/core/nothing.cpp ] - [ run include/core/meta_grammar.cpp ] [ run include/core/limits.cpp ] + [ run include/core/meta_grammar.cpp ] + [ run include/core/nothing.cpp ] + [ run include/core/reference.cpp ] [ run include/core/terminal.cpp ] [ run include/core/value.cpp ] [ run include/core/visit_each.cpp ] - [ run include/core/reference.cpp ] [ run include/function/function.cpp : : : : function_function ] [ run include/fusion/at.cpp ] [ run include/object/const_cast.cpp ]