From cbfbb116f48b4854086074e6c492c1c847328d8d Mon Sep 17 00:00:00 2001 From: Jeremy Siek Date: Wed, 28 Jan 2004 14:05:33 +0000 Subject: [PATCH] added lvalue_concept_fail_expected.cpp [SVN r22019] --- test/Jamfile | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Jamfile b/test/Jamfile index 13df35d..179248a 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -35,6 +35,7 @@ test-suite iterator [ run unit_tests.cpp ] [ run concept_tests.cpp ] + [ link-fail lvalue_concept_fail_expected.cpp ] [ run iterator_adaptor_cc.cpp ] [ run iterator_adaptor_test.cpp ] [ compile iterator_archetype_cc.cpp ]