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

Unified Diff: test/msvs/props/gyptest-props.py

Issue 10399131: Fixing pylint. (Closed) Base URL: http://gyp.googlecode.com/svn/trunk/
Patch Set: Created 8 years, 7 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: test/msvs/props/gyptest-props.py
===================================================================
--- test/msvs/props/gyptest-props.py (revision 1390)
+++ test/msvs/props/gyptest-props.py (working copy)
@@ -10,7 +10,6 @@
"""
import TestGyp
-import os
test = TestGyp.TestGyp(workdir='workarea_all', formats=['msvs'])
@@ -20,4 +19,4 @@
test.built_file_must_exist('Greet.exe')
-test.pass_test()
+test.pass_test()

Powered by Google App Engine
This is Rietveld 408576698