Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(24)

Unified Diff: syzygy/integration_tests/integration_tests_harness.cc

Issue 2946083002: Moved source files into a list variable and add a custom build target to compile the integration te… (Closed)
Patch Set: Split the test table into Asan and non-Asan tests. Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
};

Powered by Google App Engine
This is Rietveld 408576698