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

Unified Diff: test/mac/libtool-zero/mylib.c

Issue 699083004: Set ZERO_AR_DATE=1 when running libtool. (Closed) Base URL: http://gyp.googlecode.com/svn/trunk/
Patch Set: Better test Created 6 years, 1 month 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/mac/libtool-zero/mylib.c
diff --git a/test/win/idl-excluded/program.cc b/test/mac/libtool-zero/mylib.c
similarity index 81%
copy from test/win/idl-excluded/program.cc
copy to test/mac/libtool-zero/mylib.c
index 9dc3c94f3431be00adb755f6515b995d734e089b..b26d61bd6ba91717a068fb4d6d4056f401473c68 100644
--- a/test/win/idl-excluded/program.cc
+++ b/test/mac/libtool-zero/mylib.c
@@ -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 main() {
- return 0;
+int my_foo(int x) {
+ return x + 1;
}

Powered by Google App Engine
This is Rietveld 408576698