Index: syzygy/integration_tests/integration_tests_harness.cc |
diff --git a/syzygy/integration_tests/integration_tests_harness.cc b/syzygy/integration_tests/integration_tests_harness.cc |
index bee5afb427e73065ade494058b86f128bffa7d00..2e519069af248123e728971328c96c6c0376392b 100644 |
--- a/syzygy/integration_tests/integration_tests_harness.cc |
+++ b/syzygy/integration_tests/integration_tests_harness.cc |
@@ -38,7 +38,7 @@ typedef unsigned int (__stdcall* EndToEndTestFunction)(unsigned int); |
// An array of test names. The test integer ID is the position of the name in |
// the array. |
const char* kTestNames[] = { |
-#define DEFINE_TEST_NAME(enum_name, function_name, supported_compiler) STRINGIFY(enum_name), |
+#define DEFINE_TEST_NAME(enum_name, function_name) STRINGIFY(enum_name), |
END_TO_END_TEST_ID_TABLE(DEFINE_TEST_NAME) |
#undef DEFINE_TEST_NAME |
}; |