From 727cdadc86cd63d86420f70ffc00c39edb1dc2be Mon Sep 17 00:00:00 2001 From: Antony Polukhin Date: Tue, 16 Jan 2018 01:21:20 +0300 Subject: [PATCH] Restore link-fail --- test/Jamfile.v2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 19472b4..421a71d 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -54,9 +54,9 @@ test-suite type_index [ compile type_index_test_ctti_alignment.cpp ] # Mixing RTTI on and off - [ link testing_crossmodule.cpp test_lib_rtti : $(nortti) : link_fail_nortti_rtti ] + [ link-fail testing_crossmodule.cpp test_lib_rtti : $(nortti) : link_fail_nortti_rtti ] # MSVC sometimes overrides the /GR-, without `detect_missmatch` this test may link - [ link testing_crossmodule.cpp test_lib_nortti : : link_fail_rtti_nortti ] + [ link-fail testing_crossmodule.cpp test_lib_nortti : : link_fail_rtti_nortti ] [ run testing_crossmodule.cpp test_lib_rtti_compat : : : $(nortti) $(compat) : testing_crossmodule_nortti_rtti_compat ] [ run testing_crossmodule.cpp test_lib_nortti_compat : : : $(compat) : testing_crossmodule_rtti_nortti_compat ] ;