From a263cca761de6ab9751c5804ea81797932fec7c2 Mon Sep 17 00:00:00 2001 From: Daniel Wallin Date: Tue, 19 Sep 2006 18:22:55 +0000 Subject: [PATCH] Removed old tests. [SVN r35214] --- test/Jamfile.v2 | 2 -- 1 file changed, 2 deletions(-) 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 ]