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

Unified Diff: tests/standalone/regress_25335_test.dart

Issue 2988803002: Adjust some tests for limited 64-bit integers (Closed)
Patch Set: Created 3 years, 5 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 | « tests/language_strong/list_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/regress_25335_test.dart
diff --git a/tests/standalone/regress_25335_test.dart b/tests/standalone/regress_25335_test.dart
index c20ed6d25509c12ff536c30ae96f1138091b2bb7..500cc7f87b1fe697371eae9bc61f4d3ceaef2b93 100644
--- a/tests/standalone/regress_25335_test.dart
+++ b/tests/standalone/regress_25335_test.dart
@@ -25,7 +25,7 @@ main() {
toSigned(1 << 32, 32);
var l = new Int64List(1);
- l[0] = 0xf8f7f6f5f4f3f2f1;
+ l[0] = 0x78f7f6f5f4f3f2f1;
for (var i = 0; i < 20; i++) {
bar(l);
« no previous file with comments | « tests/language_strong/list_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698