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

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

Issue 959913003: cleanup patch generation to preseve comments and remove @patch (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/errors.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 d2a5cda49980da505c893a014fb248cb1867b86e..54c5b263de83e8a22c85b11ee0a0ea11fabc2f57 100644
--- a/test/dart_codegen/expect/core/double.dart
+++ b/test/dart_codegen/expect/core/double.dart
@@ -25,9 +25,9 @@ abstract class double extends num {
double ceilToDouble();
double truncateToDouble();
String toString();
- @patch static double parse(String source, [double onError(String source)]) {
+ static double parse(String source, [double onError(String source)]) {
return ((__x10) => DDC$RT.cast(__x10, dynamic, double, "CastGeneral",
- """line 173, column 12 of dart:core/double.dart: """, __x10 is double,
+ """line 206, column 12 of dart:core/double.dart: """, __x10 is double,
true))(Primitives.parseDouble(source, onError));
}
}
« no previous file with comments | « test/dart_codegen/expect/core/date_time.dart ('k') | test/dart_codegen/expect/core/errors.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698