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

Unified Diff: test/win/large-pdb/hello.cc

Issue 12476002: Create msvs_large_pdb workaround. (Closed) Base URL: https://git.chromium.org/git/external/gyp.git@master
Patch Set: Created 7 years, 10 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: test/win/large-pdb/hello.cc
diff --git a/test/win/shard/hello1.cc b/test/win/large-pdb/hello.cc
similarity index 81%
copy from test/win/shard/hello1.cc
copy to test/win/large-pdb/hello.cc
index 0eccf2861d5d7ed60f24d11f1a1e48c68d074c5f..adf7120dd87c9570461b85d24fdf768f309ccca1 100644
--- a/test/win/shard/hello1.cc
+++ b/test/win/large-pdb/hello.cc
@@ -2,6 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-int f1() {
+int main(int argc, const char** argv) {
return 0;
}

Powered by Google App Engine
This is Rietveld 408576698