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

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

Issue 961493003: don't run dart gen on JS patch code (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 10 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/bool.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
index 65986b46d4094505d0d7181efd187a2f561571c9..190cefdcda5a49d7bfeb8369dce4bcb31797b94f 100644
--- a/test/dart_codegen/expect/core/core
+++ b/test/dart_codegen/expect/core/core
@@ -7,7 +7,6 @@ import "dart:_internal" hide Symbol;
import "dart:_internal" as internal show Symbol;
import "dart:convert" show UTF8, LATIN1, Encoding;
import "dart:math" show Random;
-import "dart:_internal" as _symbol_dev;
part "annotations.dart";
part "bool.dart";
part "comparable.dart";
@@ -41,18 +40,3 @@ part "string_sink.dart";
part "symbol.dart";
part "type.dart";
part "uri.dart";
-
-String _symbolToString(Symbol symbol) => _symbol_dev.Symbol.getName(DDC$RT.cast(
- symbol, Symbol, Symbol, "CastGeneral",
- """line 196, column 69 of dart:core: """, symbol is Symbol, true));
-_symbolMapToStringMap(Map<Symbol, dynamic> map) {
- if (map == null) return null;
- var result = new Map<String, dynamic>();
- map.forEach((Symbol key, value) {
- result[_symbolToString(key)] = value;
- });
- return result;
-}
-class _ListConstructorSentinel extends JSInt {
- const _ListConstructorSentinel();
-}
« no previous file with comments | « test/dart_codegen/expect/core/bool.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