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

Unified Diff: test/dart_codegen/expect/async/deferred_load.dart

Issue 1148283010: Remove dart backend (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 7 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
Index: test/dart_codegen/expect/async/deferred_load.dart
diff --git a/test/dart_codegen/expect/async/deferred_load.dart b/test/dart_codegen/expect/async/deferred_load.dart
deleted file mode 100644
index 8050ea932c4c27630cfbfb584a25d56361cfa994..0000000000000000000000000000000000000000
--- a/test/dart_codegen/expect/async/deferred_load.dart
+++ /dev/null
@@ -1,12 +0,0 @@
-part of dart.async;
- @Deprecated("Dart sdk v. 1.8") class DeferredLibrary {final String libraryName;
- final String uri;
- const DeferredLibrary(this.libraryName, {
- this.uri}
-);
- external Future<Null> load();
-}
- class DeferredLoadException implements Exception {DeferredLoadException(String this._s);
- String toString() => "DeferredLoadException: '$_s'";
- final String _s;
-}
« no previous file with comments | « test/dart_codegen/expect/async/broadcast_stream_controller.dart ('k') | test/dart_codegen/expect/async/future.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698