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

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

Issue 12476002: Create msvs_large_pdb workaround. (Closed) Base URL: https://git.chromium.org/git/external/gyp.git@master
Patch Set: Addressed scottmg's nits. Created 7 years, 9 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
« no previous file with comments | « test/win/large-pdb/large-pdb.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/win/large-pdb/main.cc
diff --git a/test/win/shard/hello1.cc b/test/win/large-pdb/main.cc
similarity index 81%
copy from test/win/shard/hello1.cc
copy to test/win/large-pdb/main.cc
index 0eccf2861d5d7ed60f24d11f1a1e48c68d074c5f..adf7120dd87c9570461b85d24fdf768f309ccca1 100644
--- a/test/win/shard/hello1.cc
+++ b/test/win/large-pdb/main.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;
}
« no previous file with comments | « test/win/large-pdb/large-pdb.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698