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

Unified Diff: third_party/closure_compiler/run_tests.py

Issue 1128843007: Add tests for third_party/closure_compiler/compile.py (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move out_dir creation to _run_js_check() Created 5 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
« no previous file with comments | « third_party/closure_compiler/compiler_test.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/closure_compiler/run_tests.py
diff --git a/third_party/closure_compiler/run_tests.py b/third_party/closure_compiler/run_tests.py
index 0ff13b1ce149aa96be7398d3ef324d28b1d119f5..a1e078cdbde43e750df560557ee80e9869a6e413 100755
--- a/third_party/closure_compiler/run_tests.py
+++ b/third_party/closure_compiler/run_tests.py
@@ -4,9 +4,9 @@
# found in the LICENSE file.
-import compiler_customization_test
+import compiler_test
import processor_test
-for test_module in [compiler_customization_test, processor_test]:
+for test_module in [compiler_test, processor_test]:
test_module.unittest.main(test_module)
« no previous file with comments | « third_party/closure_compiler/compiler_test.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698