From 7759fa0aa091326e9d8d671274f2897011db354d Mon Sep 17 00:00:00 2001 From: Lorenzo Caminiti Date: Fri, 13 Apr 2012 19:54:16 +0000 Subject: [PATCH] Removed a test used to figure out a bug on Sun (the bug was fixed by not doing any macro expansion in the definition of the pp-iteration params macro). [SVN r77954] --- overloaded_function/test/Jamfile.v2 | 1 - overloaded_function/test/sun_bug.cpp | 6 ------ 2 files changed, 7 deletions(-) delete mode 100644 overloaded_function/test/sun_bug.cpp diff --git a/overloaded_function/test/Jamfile.v2 b/overloaded_function/test/Jamfile.v2 index f4fab4c..3871ee5 100644 --- a/overloaded_function/test/Jamfile.v2 +++ b/overloaded_function/test/Jamfile.v2 @@ -13,5 +13,4 @@ project : requirements sun:BOOST_TYPEOF_EMULATION ; run functor.cpp ; run make_decl.cpp ; run make_call.cpp ; -run sun_bug.cpp ; diff --git a/overloaded_function/test/sun_bug.cpp b/overloaded_function/test/sun_bug.cpp deleted file mode 100644 index ac829b2..0000000 --- a/overloaded_function/test/sun_bug.cpp +++ /dev/null @@ -1,6 +0,0 @@ - -/**@todo remove this test */ -#include - -int main() { return 0; } -