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

Unified Diff: testing/gmock/run_tests.py

Issue 3427004: clang: update gtest/gmock (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: yakshave Created 10 years, 3 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 | « testing/gmock/msvc/gmock-spec-builders_test.vcproj ('k') | testing/gmock/scripts/gmock-config.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/gmock/run_tests.py
diff --git a/testing/gmock/run_tests.py b/testing/gmock/run_tests.py
index 42dc14bf1045445d93e5c7f05af4bb100113c208..5e7b308fd7dba5eb28f9cd1f9de97d3c2162156c 100755
--- a/testing/gmock/run_tests.py
+++ b/testing/gmock/run_tests.py
@@ -68,7 +68,6 @@ def _Main():
options, args = run_tests_util.ParseArgs('gtest')
test_runner = run_tests_util.TestRunner(
script_dir=SCRIPT_DIR,
- build_dir_var_name='GMOCK_BUILD_DIR',
injected_build_dir_finder=GetGmockBuildDir)
tests = test_runner.GetTestsToRun(args,
options.configurations,
« no previous file with comments | « testing/gmock/msvc/gmock-spec-builders_test.vcproj ('k') | testing/gmock/scripts/gmock-config.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698