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 +# ] +# +# ; - ; }