Index: tests/PathOpsSkpClipTest.cpp |
diff --git a/tests/PathOpsSkpClipTest.cpp b/tests/PathOpsSkpClipTest.cpp |
index 9a23eaa377b9f0d248b6cd38d899d33ede2c0a8e..1f69ff05e1832563be36ac69ca507d653c98e3b5 100755 |
--- a/tests/PathOpsSkpClipTest.cpp |
+++ b/tests/PathOpsSkpClipTest.cpp |
@@ -1,3 +1,10 @@ |
+/* |
+ * Copyright 2013 Google Inc. |
+ * |
+ * Use of this source code is governed by a BSD-style license that can be |
+ * found in the LICENSE file. |
+ */ |
+ |
#include "CrashHandler.h" |
// #include "OverwriteLine.h" |
#include "Resources.h" |
@@ -1099,7 +1106,7 @@ int tool_main(int argc, char** argv) { |
return 0; |
} |
-#if !defined(SK_BUILD_FOR_IOS) && !defined(SK_BUILD_FOR_NACL) |
+#if !defined(SK_BUILD_FOR_IOS) |
int main(int argc, char * const argv[]) { |
return tool_main(argc, (char**) argv); |
} |