From 1df4637c8bc5c17e0d4ad6c0b94149f920eda21b Mon Sep 17 00:00:00 2001 From: John Fletcher Date: Fri, 31 Jan 2014 22:01:31 +0000 Subject: [PATCH] test/Jamfile add bug5824 to regression --- test/Jamfile | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Jamfile b/test/Jamfile index f4b1262..28bd8a0 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -125,6 +125,7 @@ test-suite phoenix_boost_bind_compatibility : test-suite phoenix_regression : [ run regression/bug4853.cpp ] [ run regression/bug5626.cpp ] + [ run regression/bug5824.cpp ] [ run regression/bug5968.cpp ] [ run regression/bug6040.cpp ] [ run regression/bug6268.cpp ]