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

Unified Diff: test/dart_codegen/expect/core/core

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
« no previous file with comments | « test/dart_codegen/expect/core/comparable.dart ('k') | test/dart_codegen/expect/core/date_time.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/dart_codegen/expect/core/core
diff --git a/test/dart_codegen/expect/core/core b/test/dart_codegen/expect/core/core
deleted file mode 100644
index a5ea20ff4132277f9f1128be4349359eead123ea..0000000000000000000000000000000000000000
--- a/test/dart_codegen/expect/core/core
+++ /dev/null
@@ -1,40 +0,0 @@
-library dart.core;
-import 'package:dev_compiler/runtime/dart_logging_runtime.dart' as DEVC$RT;
-import "dart:collection";
- import "dart:_internal" hide Symbol;
- import "dart:_internal" as internal show Symbol;
- import "dart:convert" show UTF8, LATIN1, Encoding;
- import "dart:math" show Random;
-part "annotations.dart";
- part "bool.dart";
- part "comparable.dart";
- part "date_time.dart";
- part "double.dart";
- part "duration.dart";
- part "errors.dart";
- part "exceptions.dart";
- part "expando.dart";
- part "function.dart";
- part "identical.dart";
- part "int.dart";
- part "invocation.dart";
- part "iterable.dart";
- part "iterator.dart";
- part "list.dart";
- part "map.dart";
- part "null.dart";
- part "num.dart";
- part "object.dart";
- part "pattern.dart";
- part "print.dart";
- part "regexp.dart";
- part "set.dart";
- part "sink.dart";
- part "stacktrace.dart";
- part "stopwatch.dart";
- part "string.dart";
- part "string_buffer.dart";
- part "string_sink.dart";
- part "symbol.dart";
- part "type.dart";
- part "uri.dart";
« no previous file with comments | « test/dart_codegen/expect/core/comparable.dart ('k') | test/dart_codegen/expect/core/date_time.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698