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

Unified Diff: test/dart_codegen/expect/math/jenkins_smi_hash.dart

Issue 967933005: rename ddc -> dev_compiler, fixes #84 (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/d/d.dart ('k') | test/dart_codegen/expect/math/math » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/dart_codegen/expect/math/jenkins_smi_hash.dart
diff --git a/test/dart_codegen/expect/math/jenkins_smi_hash.dart b/test/dart_codegen/expect/math/jenkins_smi_hash.dart
index 297c265690bdfd0e881bd9bc534a5997ca71a9e4..7c08f47cc6288ac5a1eacf49f0423179c8196bcd 100644
--- a/test/dart_codegen/expect/math/jenkins_smi_hash.dart
+++ b/test/dart_codegen/expect/math/jenkins_smi_hash.dart
@@ -9,6 +9,6 @@ part of dart.math;
hash = hash ^ (hash >> 11);
return 0x1fffffff & (hash + ((0x00003fff & hash) << 15));
}
- static int hash2(a, b) => finish(combine(combine(0, DDC$RT.cast(a, dynamic, int, "CastGeneral", """line 37, column 55 of dart:math/jenkins_smi_hash.dart: """, a is int, true)), DDC$RT.cast(b, dynamic, int, "CastGeneral", """line 37, column 59 of dart:math/jenkins_smi_hash.dart: """, b is int, true)));
- static int hash4(a, b, c, d) => finish(combine(combine(combine(combine(0, DDC$RT.cast(a, dynamic, int, "CastGeneral", """line 40, column 49 of dart:math/jenkins_smi_hash.dart: """, a is int, true)), DDC$RT.cast(b, dynamic, int, "CastGeneral", """line 40, column 53 of dart:math/jenkins_smi_hash.dart: """, b is int, true)), DDC$RT.cast(c, dynamic, int, "CastGeneral", """line 40, column 57 of dart:math/jenkins_smi_hash.dart: """, c is int, true)), DDC$RT.cast(d, dynamic, int, "CastGeneral", """line 40, column 61 of dart:math/jenkins_smi_hash.dart: """, d is int, true)));
+ static int hash2(a, b) => finish(combine(combine(0, DEVC$RT.cast(a, dynamic, int, "CastGeneral", """line 37, column 55 of dart:math/jenkins_smi_hash.dart: """, a is int, true)), DEVC$RT.cast(b, dynamic, int, "CastGeneral", """line 37, column 59 of dart:math/jenkins_smi_hash.dart: """, b is int, true)));
+ static int hash4(a, b, c, d) => finish(combine(combine(combine(combine(0, DEVC$RT.cast(a, dynamic, int, "CastGeneral", """line 40, column 49 of dart:math/jenkins_smi_hash.dart: """, a is int, true)), DEVC$RT.cast(b, dynamic, int, "CastGeneral", """line 40, column 53 of dart:math/jenkins_smi_hash.dart: """, b is int, true)), DEVC$RT.cast(c, dynamic, int, "CastGeneral", """line 40, column 57 of dart:math/jenkins_smi_hash.dart: """, c is int, true)), DEVC$RT.cast(d, dynamic, int, "CastGeneral", """line 40, column 61 of dart:math/jenkins_smi_hash.dart: """, d is int, true)));
}
« no previous file with comments | « test/dart_codegen/expect/d/d.dart ('k') | test/dart_codegen/expect/math/math » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698