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

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: Merge tests into compiler_test.py 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
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)

Powered by Google App Engine
This is Rietveld 408576698