From caa875505ecf51283a772c3810a997c38554180f Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Thu, 14 Apr 2005 11:20:26 +0000 Subject: [PATCH] Update [SVN r28239] --- test/Jamfile.v2 | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 0aaa3d9..56f3a3f 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -19,6 +19,7 @@ test-suite conversion : [ run implicit_cast.cpp ] [ compile-fail implicit_cast_fail.cpp ] [ run ../cast_test.cpp ] + [ run ../numeric_cast_test.cpp ] [ run ../lexical_cast_test.cpp ] ;