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

Unified Diff: tests/compiler/dart2js/metadata_test.dart

Issue 886833005: Fix await parsing. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Added comment 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 | « pkg/compiler/lib/src/typechecker.dart ('k') | tests/compiler/dart2js/mock_compiler.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « pkg/compiler/lib/src/typechecker.dart ('k') | tests/compiler/dart2js/mock_compiler.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698