From 63834f7233a18f6ac348309cb2de7e1772c44891 Mon Sep 17 00:00:00 2001 From: Glen Fernandes Date: Sun, 16 Dec 2012 23:03:30 +0000 Subject: [PATCH] Specify gcc-4.6 instead of gcc-4.6.3 for toolset [SVN r82038] --- test/Jamfile.v2 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 6d2394a..47b2a1b 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -137,18 +137,18 @@ import testing ; [ run make_shared_array_test.cpp ] [ run make_shared_arrays_test.cpp ] [ run make_shared_array_create_test.cpp ] - [ run make_shared_array_init_test.cpp : : : gcc-4.6.3:-fno-deduce-init-list ] - [ run make_shared_arrays_create_test.cpp : : : gcc-4.6.3:-fno-deduce-init-list ] - [ run make_shared_arrays_init_test.cpp : : : gcc-4.6.3:-fno-deduce-init-list ] + [ run make_shared_array_init_test.cpp : : : gcc-4.6:-fno-deduce-init-list ] + [ run make_shared_arrays_create_test.cpp : : : gcc-4.6:-fno-deduce-init-list ] + [ run make_shared_arrays_init_test.cpp : : : gcc-4.6:-fno-deduce-init-list ] [ run make_shared_array_throws_test.cpp ] [ run make_shared_array_esft_test.cpp ] [ run make_shared_array_args_test.cpp ] [ run allocate_shared_array_test.cpp ] [ run allocate_shared_arrays_test.cpp ] [ run allocate_shared_array_create_test.cpp ] - [ run allocate_shared_array_init_test.cpp : : : gcc-4.6.3:-fno-deduce-init-list ] - [ run allocate_shared_arrays_create_test.cpp : : : gcc-4.6.3:-fno-deduce-init-list ] - [ run allocate_shared_arrays_init_test.cpp : : : gcc-4.6.3:-fno-deduce-init-list ] + [ run allocate_shared_array_init_test.cpp : : : gcc-4.6:-fno-deduce-init-list ] + [ run allocate_shared_arrays_create_test.cpp : : : gcc-4.6:-fno-deduce-init-list ] + [ run allocate_shared_arrays_init_test.cpp : : : gcc-4.6:-fno-deduce-init-list ] [ run allocate_shared_array_throws_test.cpp ] [ run allocate_shared_array_esft_test.cpp ] [ run allocate_shared_array_args_test.cpp ]