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

Unified Diff: tests/language/vm/integer_type_propagation_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/list_test.dart ('k') | tests/language_strong/list_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/vm/integer_type_propagation_test.dart
diff --git a/tests/language/vm/integer_type_propagation_test.dart b/tests/language/vm/integer_type_propagation_test.dart
index 3b33750d4f73f0efa9e03afc51042173d35a4192..c8b313c94c8231af5e4b4922246bfea41dfa4925 100644
--- a/tests/language/vm/integer_type_propagation_test.dart
+++ b/tests/language/vm/integer_type_propagation_test.dart
@@ -23,5 +23,5 @@ main() {
testuint32(i);
}
Expect.equals(65535, testuint32(0x7fffffff));
- Expect.equals(65535, testuint32(0x7fff23452435245ffff));
+ Expect.equals(65535, testuint32(0x7f3452435245ffff));
}
« no previous file with comments | « tests/language/list_test.dart ('k') | tests/language_strong/list_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698