diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index f2fafcb..e11ff22 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -52,5 +52,4 @@ local allow-warnings = compile spirit_conflict_test.cpp : $(allow-warnings) ; -run endian_reverse_test.cpp - : : : $(allow-warnings) ; +run endian_reverse_test.cpp ;