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) |