From 660d26c2c359cb3b92db277bba9e701b228947ea Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 23 Dec 2018 00:08:32 +0200 Subject: [PATCH] Change 03/11 to 98/0x for gcc 4.4 --- test/Jamfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Jamfile b/test/Jamfile index d5a5b6d..79c25a8 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -298,5 +298,5 @@ explicit abi_test_nt ; run abi_test_main.cpp abi_test_mt : : : BOOST_DISABLE_THREADS : abi_test_nt_mt ; run abi_test_main.cpp abi_test_nt : : : : abi_test_mt_nt ; -run abi_test_main.cpp abi_test_mt/11 : : : 03 : abi_test_03_11 ; -run abi_test_main.cpp abi_test_mt/03 : : : 11 : abi_test_11_03 ; +run abi_test_main.cpp abi_test_mt/0x : : : 98 : abi_test_03_11 ; +run abi_test_main.cpp abi_test_mt/98 : : : 0x : abi_test_11_03 ;