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

Unified Diff: test/transformer_test.dart

Issue 859043003: add basic constructor that doesn't take BarbackSettings (Closed) Base URL: git@github.com:dart-lang/static-init.git@master
Patch Set: rebase Created 5 years, 11 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/transformer.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/transformer_test.dart
diff --git a/test/transformer_test.dart b/test/transformer_test.dart
index 3ef1ef66e1b5de1487e75de2efde6c9cda1e2c87..b27069a5423e34a12176bdc8a1f05733946cc532 100644
--- a/test/transformer_test.dart
+++ b/test/transformer_test.dart
@@ -4,15 +4,14 @@
library initialize.transformer_test;
import 'common.dart';
-import 'package:barback/barback.dart';
import 'package:initialize/transformer.dart';
import 'package:unittest/compact_vm_config.dart';
main() {
useCompactVMConfiguration();
- var transformer = new InitializeTransformer.asPlugin(
- new BarbackSettings({'entryPoint': 'web/index.dart'}, BarbackMode.DEBUG));
+ var transformer =
+ new InitializeTransformer('web/index.dart', 'web/index.bootstrap.dart');
testPhases('transformer', [[transformer]], {
'a|web/index.dart': '''
« no previous file with comments | « lib/transformer.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698