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

Unified Diff: tools/isolate/trace_inputs_test.py

Issue 10829010: Style nit. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/isolate/trace_inputs_test.py
diff --git a/tools/isolate/trace_inputs_test.py b/tools/isolate/trace_inputs_test.py
index a73c96f4378e35e2f390338805a8869817cde7e2..d55fb5d31ab3498593783d164c123dcea7ff4327 100755
--- a/tools/isolate/trace_inputs_test.py
+++ b/tools/isolate/trace_inputs_test.py
@@ -50,7 +50,6 @@ class TraceInputs(unittest.TestCase):
expected,
trace_inputs.Dtrace.Context.process_escaped_arguments(actual))
-
def test_variable_abs(self):
value = trace_inputs.Results.File(None, '/foo/bar', False, False)
actual = value.replace_variables({'$FOO': '/foo'})
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698