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

Unified Diff: native_client_sdk/src/build_tools/tests/test_all.py

Issue 10910101: fix pylint warnings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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: native_client_sdk/src/build_tools/tests/test_all.py
diff --git a/native_client_sdk/src/build_tools/tests/test_all.py b/native_client_sdk/src/build_tools/tests/test_all.py
index 10fce62ad342b7fb750fd44b21dc10a8d7be21f0..945f02bb8ea5532107a2803ab970c799639fb94b 100755
--- a/native_client_sdk/src/build_tools/tests/test_all.py
+++ b/native_client_sdk/src/build_tools/tests/test_all.py
@@ -8,7 +8,7 @@ import unittest
TEST_MODULES = [
'test_auto_update_sdktools',
- 'test_update_manifest'
+ 'test_update_nacl_manifest'
]
def main():

Powered by Google App Engine
This is Rietveld 408576698