diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 1ee67d7..bc52e63 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -14,7 +14,6 @@ test-suite "parameter" : [ run basics.cpp ] [ run sfinae.cpp ] [ run macros.cpp ] - [ run unnamed.cpp ] [ run earwicker.cpp ] [ run tutorial.cpp ] [ run singular.cpp ] @@ -27,7 +26,6 @@ test-suite "parameter" [ compile ntp.cpp ] [ compile unwrap_cv_reference.cpp ] [ compile-fail duplicates.cpp ] - [ compile-fail unnamed_fail.cpp ] [ compile-fail deduced_unmatched_arg.cpp ] [ compile compose.cpp ] [ compile normalized_argument_types.cpp ]