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

Unified Diff: test/msvs/buildevents/gyptest-ninja-warnings.py

Issue 739303003: Cleanup pylint errors (Closed) Base URL: http://gyp.googlecode.com/svn/trunk
Patch Set: Fix mac Created 6 years, 1 month 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 | « test/mac/gyptest-rpath.py ('k') | test/msvs/filters/gyptest-filters-2010.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/msvs/buildevents/gyptest-ninja-warnings.py
diff --git a/test/msvs/buildevents/gyptest-ninja-warnings.py b/test/msvs/buildevents/gyptest-ninja-warnings.py
index 732a200a5efe2eb9b64aac1736913969897ebe60..be4ec9921ac20a3b2336140f76d7bee7570c57b2 100755
--- a/test/msvs/buildevents/gyptest-ninja-warnings.py
+++ b/test/msvs/buildevents/gyptest-ninja-warnings.py
@@ -18,12 +18,12 @@ if sys.platform == 'win32':
test.run_gyp('buildevents.gyp',
status=1,
- stderr='.*msvs_prebuild not supported \(target main\).*',
+ stderr=r'.*msvs_prebuild not supported \(target main\).*',
match=TestCmd.match_re_dotall)
test.run_gyp('buildevents.gyp',
status=1,
- stderr='.*msvs_postbuild not supported \(target main\).*',
+ stderr=r'.*msvs_postbuild not supported \(target main\).*',
match=TestCmd.match_re_dotall)
test.pass_test()
« no previous file with comments | « test/mac/gyptest-rpath.py ('k') | test/msvs/filters/gyptest-filters-2010.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698