diff options
Diffstat (limited to 'testing/gtest.gyp')
-rw-r--r-- | testing/gtest.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/gtest.gyp b/testing/gtest.gyp index de32937..5c5ae8a 100644 --- a/testing/gtest.gyp +++ b/testing/gtest.gyp @@ -154,7 +154,7 @@ # Use a variable so the path gets fixed up so it is always # correct when the action finally gets used. 'ios_run_unittest_script_path': - '<(DEPTH)/testing/gtest_ios/RunUnittest.sh', + '<(DEPTH)/testing/gtest_ios/run-unittest.sh', }, 'run_as': { 'action????': ['>(ios_run_unittest_script_path)'], |