| Index: tests/compiler/dart2js/metadata_test.dart
|
| diff --git a/tests/compiler/dart2js/metadata_test.dart b/tests/compiler/dart2js/metadata_test.dart
|
| index 9b6c42ceb697012d7e136470d49d29b6592ed928..62e6fecbbacbe6cbdd48e7a7b0c3968a93fd168e 100644
|
| --- a/tests/compiler/dart2js/metadata_test.dart
|
| +++ b/tests/compiler/dart2js/metadata_test.dart
|
| @@ -154,12 +154,9 @@ void testLibraryTags() {
|
|
|
| Uri uri = new Uri(scheme: 'source', path: 'main.dart');
|
|
|
| - Uri async = new Uri(scheme: 'dart', path: 'async');
|
| -
|
| var compiler = compilerFor(source, uri)
|
| ..registerSource(partUri, partSource)
|
| - ..registerSource(libUri, libSource)
|
| - ..registerSource(async, 'class DeferredLibrary {}');
|
| + ..registerSource(libUri, libSource);
|
|
|
| asyncTest(() => compiler.runCompiler(uri).then((_) {
|
| compiler.enqueuer.resolution.queueIsClosed = false;
|
|
|