From 6d1d4b62f3588b0041b772ce5e951f75b5ba4c53 Mon Sep 17 00:00:00 2001 From: Antony Polukhin Date: Mon, 21 Oct 2013 12:46:29 +0400 Subject: [PATCH] Make one of the tests work with unpopular compilers. --- libs/type_index/test/Jamfile.v2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/type_index/test/Jamfile.v2 b/libs/type_index/test/Jamfile.v2 index d1a2b8f..e7be57c 100644 --- a/libs/type_index/test/Jamfile.v2 +++ b/libs/type_index/test/Jamfile.v2 @@ -40,7 +40,7 @@ test-suite type_index [ run testing_minimal.cpp $(tlib) ] [ run testing_minimal_no_rtti.cpp $(tlib) : : : off ] [ run testing_crossmodule.cpp test_lib_rtti $(tlib) ] - [ run testing_crossmodule.cpp test_lib_nortti $(tlib) : : : $(nortti) : testing_crossmodule_no_rtti ] + [ run testing_crossmodule.cpp test_lib_nortti $(tlib) : : : off : testing_crossmodule_no_rtti ] # Mixing RTTI on and off [ link-fail testing_crossmodule.cpp $(tlib) test_lib_rtti : $(nortti) : link_fail_nortti_rtti ]