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

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: 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..aaaadb0bc208ff2e88d9a5f633b391e9c1bc1fca 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 compile_test
import compiler_customization_test
import processor_test
-
-for test_module in [compiler_customization_test, processor_test]:
+for test_module in [compiler_customization_test, processor_test, compile_test]:
test_module.unittest.main(test_module)
« third_party/closure_compiler/compile_test.py ('K') | « third_party/closure_compiler/compile_test.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698