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 ]