From 4c5a9fe922cfbddb5544240445aa291cee609d0b Mon Sep 17 00:00:00 2001 From: Jeremy Siek Date: Wed, 28 Jan 2004 14:05:34 +0000 Subject: [PATCH] changed to compile-fail [SVN r22020] --- test/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Jamfile b/test/Jamfile index 179248a..0dadf6a 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -35,7 +35,7 @@ test-suite iterator [ run unit_tests.cpp ] [ run concept_tests.cpp ] - [ link-fail lvalue_concept_fail_expected.cpp ] + [ compile-fail lvalue_concept_fail_expected.cpp ] [ run iterator_adaptor_cc.cpp ] [ run iterator_adaptor_test.cpp ] [ compile iterator_archetype_cc.cpp ]