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

Unified Diff: client/tests/hackbench/hackbench.py

Issue 6246035: Merge remote branch 'cros/upstream' into master (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git@master
Patch Set: patch Created 9 years, 11 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: client/tests/hackbench/hackbench.py
diff --git a/client/tests/hackbench/hackbench.py b/client/tests/hackbench/hackbench.py
index 586188866eabf06d34e389c619159db37832f6a0..15e93d7b18173642683e0f436b536b7a31c662ae 100644
--- a/client/tests/hackbench/hackbench.py
+++ b/client/tests/hackbench/hackbench.py
@@ -18,9 +18,9 @@ class hackbench(test.test):
def setup(self):
os.chdir(self.srcdir)
if 'CC' in os.environ:
- cc = '$CC'
+ cc = '$CC'
else:
- cc = 'cc'
+ cc = 'cc'
utils.system('%s -lpthread hackbench.c -o hackbench' % cc)

Powered by Google App Engine
This is Rietveld 408576698