From 23fbe4d461cd5a34e761f46b0a4a660f93389668 Mon Sep 17 00:00:00 2001 From: John Fletcher Date: Sun, 2 Feb 2014 15:28:34 +0000 Subject: [PATCH] test/Jamfile add bug7166 --- test/Jamfile | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Jamfile b/test/Jamfile index 993568d..fafab41 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -135,6 +135,7 @@ test-suite phoenix_regression : [ run regression/bug6040.cpp ] [ run regression/bug6268.cpp ] [ run regression/bug7165.cpp ] + [ compile-fail regression/bug7166.cpp ] [ run regression/bug7624.cpp ] ;