Index: crosstest/test_strengthreduce_main.cpp |
diff --git a/crosstest/test_strengthreduce_main.cpp b/crosstest/test_strengthreduce_main.cpp |
index acde64ea9928fee734ae8c9a746be61a9f5f22e2..0569b82e6ccbea7c23d509d8196b3a0fc3902717 100644 |
--- a/crosstest/test_strengthreduce_main.cpp |
+++ b/crosstest/test_strengthreduce_main.cpp |
@@ -25,11 +25,7 @@ namespace Subzero_ { |
#include "test_strengthreduce.h" |
} |
-#ifdef X8664_STACK_HACK |
-extern "C" int wrapped_main(int argc, char *argv[]) { |
-#else // !defined(X8664_STACK_HACK) |
int main(int argc, char *argv[]) { |
-#endif // X8664_STACK_HACK |
size_t TotalTests = 0; |
size_t Passes = 0; |
size_t Failures = 0; |