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

Unified Diff: syzygy/pe/unittest_util.cc

Issue 2984303002: Split the testing class into two. (Closed)
Patch Set: Removed parametrization with Clang until the necessary fixes are done. Created 3 years, 5 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
« syzygy/pe/unittest_util.h ('K') | « syzygy/pe/unittest_util.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: syzygy/pe/unittest_util.cc
diff --git a/syzygy/pe/unittest_util.cc b/syzygy/pe/unittest_util.cc
index b7cb8fdba90d67a35fe5f10056fcb5f70bde20b5..34840a4a54e263a977a8774577a234c424811779 100644
--- a/syzygy/pe/unittest_util.cc
+++ b/syzygy/pe/unittest_util.cc
@@ -160,6 +160,9 @@ const wchar_t testing::kIntegrationTestsDllName[] =
const wchar_t testing::kIntegrationTestsDllPdbName[] =
L"integration_tests_dll.dll.pdb";
+const wchar_t testing::kIntegrationTestsClangDllName[] =
+ L"integration_tests_clang_dll.dll";
+
const wchar_t kNoExportsDllName[] = L"no_exports_dll.dll";
const wchar_t kNoExportsDllPdbName[] = L"no_exports_dll.dll.pdb";
« syzygy/pe/unittest_util.h ('K') | « syzygy/pe/unittest_util.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698