From d0fe5bc8973d27892129d6e942bded5c74e7b973 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Tue, 31 Jan 2006 16:37:04 +0000 Subject: [PATCH] Added additional test that had been left out of the Jamfile for some reason. [SVN r32489] --- Jamfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Jamfile b/Jamfile index 7fe70eb..78e634f 100644 --- a/Jamfile +++ b/Jamfile @@ -17,6 +17,7 @@ test-suite static_assert : [ compile-fail static_assert_test_fail_6.cpp ] [ compile-fail static_assert_test_fail_7.cpp ] [ compile-fail static_assert_test_fail_8.cpp ] + [ compile-fail static_assert_test_fail_9.cpp ] [ compile-fail static_assert_test_fail_10.cpp ] ; @@ -25,3 +26,4 @@ test-suite static_assert : +