diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index b3c08b0..717a163 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -57,9 +57,6 @@ lib mixed_cxxstd : mixed_cxxstd.cpp : shared:MIXED_CXXSTD_DYN_LINK run test_mixed_cxxstd.cpp mixed_cxxstd : : : shared : mixed_cxxstd_shared ; run test_mixed_cxxstd.cpp mixed_cxxstd : : : static : mixed_cxxstd_static ; -run test_mixed_cxxstd.cpp mixed_cxxstd/98 : : : shared : mixed_cxxstd_shared_98 ; -run test_mixed_cxxstd.cpp mixed_cxxstd/98 : : : static : mixed_cxxstd_static_98 ; - run test_mixed_cxxstd.cpp mixed_cxxstd/0x : : : shared : mixed_cxxstd_shared_0x ; run test_mixed_cxxstd.cpp mixed_cxxstd/0x : : : static : mixed_cxxstd_static_0x ; @@ -73,9 +70,6 @@ lib return_function : return_function.cpp : shared:RETURN_FUNCTION run test_return_function.cpp return_function : : : shared : return_function_shared ; run test_return_function.cpp return_function : : : static : return_function_static ; -run test_return_function.cpp return_function/98 : : : shared : return_function_shared_98 ; -run test_return_function.cpp return_function/98 : : : static : return_function_static_98 ; - run test_return_function.cpp return_function/0x : : : shared : return_function_shared_0x ; run test_return_function.cpp return_function/0x : : : static : return_function_static_0x ;