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; } -