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

Unified Diff: test/msvs/filters/gyptest-filters-2010.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/msvs/buildevents/gyptest-ninja-warnings.py ('k') | test/multiple-targets/gyptest-all.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/msvs/filters/gyptest-filters-2010.py
diff --git a/test/msvs/filters/gyptest-filters-2010.py b/test/msvs/filters/gyptest-filters-2010.py
index 91fbc744538f1438ed421e47d78fc56f2b96ae16..d8131d5d7bd38e92ef57fb2262c51859a226be05 100644
--- a/test/msvs/filters/gyptest-filters-2010.py
+++ b/test/msvs/filters/gyptest-filters-2010.py
@@ -47,7 +47,7 @@ test.must_contain('nested_folders.vcxproj.filters', '''\
<ClCompile Include="..\\folder1\\nested\\b.c">
<Filter>folder1\\nested</Filter>
</ClCompile>
- <ClCompile Include="..\\folder1\\other\c.c">
+ <ClCompile Include="..\\folder1\\other\\c.c">
<Filter>folder1\\other</Filter>
</ClCompile>
</ItemGroup>
« no previous file with comments | « test/msvs/buildevents/gyptest-ninja-warnings.py ('k') | test/multiple-targets/gyptest-all.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698