From 63e1d006c95bcf229ab3476322bbc943c48d80bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorsten=20J=C3=B8rgen=20Ottosen?= Date: Thu, 19 Aug 2004 09:31:03 +0000 Subject: [PATCH] *** empty log message *** [SVN r24590] --- test/Jamfile | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/test/Jamfile b/test/Jamfile index f02dd93..767f1d2 100755 --- a/test/Jamfile +++ b/test/Jamfile @@ -74,19 +74,20 @@ test-suite range : : compat3_test ] - - [ run - adl_conformance.cpp - : : - : - : adl_conformance - ] - [ run - adl_conformance_no_using.cpp - : : - : - : adl_conformance_no_using_declaration - ] + ; +# [ run +# adl_conformance.cpp +# : : +# : +# : adl_conformance +# ] +# [ run +# adl_conformance_no_using.cpp +# : : +# : +# : adl_conformance_no_using_declaration +# ] +# +# ; - ; }