| Index: pkg/polymer/test/build/all_phases_test.dart
|
| diff --git a/pkg/polymer/test/build/all_phases_test.dart b/pkg/polymer/test/build/all_phases_test.dart
|
| index e977893cc0920f2afa41b7a67e3928bfcd3834a8..76c8757af9dc8137c1776bfd85a8614d6bf383ec 100644
|
| --- a/pkg/polymer/test/build/all_phases_test.dart
|
| +++ b/pkg/polymer/test/build/all_phases_test.dart
|
| @@ -51,7 +51,7 @@ void main() {
|
| void main() {
|
| initPolymer([
|
| 'a.dart',
|
| - ], currentMirrorSystem().isolate.rootLibrary.uri.toString());
|
| + ]);
|
| }
|
| '''.replaceAll('\n ', '\n'),
|
| 'a|web/test.dart': _sampleObservableOutput('A', 'foo'),
|
| @@ -80,7 +80,7 @@ void main() {
|
| void main() {
|
| initPolymer([
|
| 'test.html.0.dart',
|
| - ], currentMirrorSystem().isolate.rootLibrary.uri.toString());
|
| + ]);
|
| }
|
| '''.replaceAll('\n ', '\n'),
|
| 'a|web/test.html.0.dart': _sampleObservableOutput("B", "bar"),
|
| @@ -123,7 +123,7 @@ void main() {
|
| 'test.html.0.dart',
|
| 'test.html.1.dart',
|
| 'd.dart',
|
| - ], currentMirrorSystem().isolate.rootLibrary.uri.toString());
|
| + ]);
|
| }
|
| '''.replaceAll('\n ', '\n'),
|
| 'a|web/a.dart': _sampleObservableOutput('A', 'foo'),
|
| @@ -168,7 +168,7 @@ void main() {
|
| 'test2.html.0.dart',
|
| 'b.dart',
|
| 'index.html.0.dart',
|
| - ], currentMirrorSystem().isolate.rootLibrary.uri.toString());
|
| + ]);
|
| }
|
| '''.replaceAll('\n ', '\n'),
|
| 'a|web/test2.html.0.dart': _sampleObservableOutput("A", "foo"),
|
|
|