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

Unified Diff: test/dart_codegen/expect/core/double.dart

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/date_time.dart ('k') | test/dart_codegen/expect/core/duration.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/dart_codegen/expect/core/double.dart
diff --git a/test/dart_codegen/expect/core/double.dart b/test/dart_codegen/expect/core/double.dart
index 54c5b263de83e8a22c85b11ee0a0ea11fabc2f57..6072c1b8f62f04916780aa901948625feb143883 100644
--- a/test/dart_codegen/expect/core/double.dart
+++ b/test/dart_codegen/expect/core/double.dart
@@ -25,9 +25,5 @@ abstract class double extends num {
double ceilToDouble();
double truncateToDouble();
String toString();
- static double parse(String source, [double onError(String source)]) {
- return ((__x10) => DDC$RT.cast(__x10, dynamic, double, "CastGeneral",
- """line 206, column 12 of dart:core/double.dart: """, __x10 is double,
- true))(Primitives.parseDouble(source, onError));
- }
+ external static double parse(String source, [double onError(String source)]);
}
« no previous file with comments | « test/dart_codegen/expect/core/date_time.dart ('k') | test/dart_codegen/expect/core/duration.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698