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

Unified Diff: test/win/generator-output-different-drive/prog.c

Issue 18991011: On Windows, don't try to create relative paths across different drives (Closed) Base URL: http://gyp.googlecode.com/svn/trunk/
Patch Set: remove .exe Created 7 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
Index: test/win/generator-output-different-drive/prog.c
===================================================================
--- test/win/generator-output-different-drive/prog.c (revision 0)
+++ test/win/generator-output-different-drive/prog.c (working copy)
@@ -2,6 +2,6 @@
int main(int argc, char *argv[])
{
- printf("Hello from prog1.c\n");
+ printf("Hello from prog.c\n");
return 0;
}

Powered by Google App Engine
This is Rietveld 408576698