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

Unified Diff: test/transformer/all_tests.dart

Issue 580283004: Add JsInitializerGenerator (Closed) Base URL: https://github.com/dart-lang/js-interop.git@master
Patch Set: Created 6 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
« no previous file with comments | « lib/src/transformer/utils.dart ('k') | test/transformer/dart_initializer_generator_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/transformer/all_tests.dart
diff --git a/test/transformer/all_tests.dart b/test/transformer/all_tests.dart
index 6af9c3812c6d05eca96b6efe506823ccc52995ef..2757d881b33bfa0f5ab541e317c6653c298ae93b 100644
--- a/test/transformer/all_tests.dart
+++ b/test/transformer/all_tests.dart
@@ -1,7 +1,7 @@
library js.test.transformer.all_tests;
import 'entry_point_transformer_test.dart' as entry_point_transformer;
-import 'js_initializer_generator_test.dart' as initializer_generator;
+import 'dart_initializer_generator_test.dart' as initializer_generator;
import 'js_proxy_generator_test.dart' as proxy_generator;
import 'library_transformer_test.dart' as library_transformer;
import 'scanning_visitor_test.dart' as scanning_visitor;
« no previous file with comments | « lib/src/transformer/utils.dart ('k') | test/transformer/dart_initializer_generator_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698