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

Unified Diff: tests/compiler/dart2js_extra/runtime_type_int_test.dart

Issue 13801008: More test fixes. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 8 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
Index: tests/compiler/dart2js_extra/runtime_type_int_test.dart
diff --git a/tests/compiler/dart2js_extra/runtime_type_int_test.dart b/tests/compiler/dart2js_extra/runtime_type_int_test.dart
index efb3861651f07e594288332440dcac5d4709aa44..d98484a1c833c94bac164631b32d9469e7888db3 100644
--- a/tests/compiler/dart2js_extra/runtime_type_int_test.dart
+++ b/tests/compiler/dart2js_extra/runtime_type_int_test.dart
@@ -5,6 +5,8 @@
// Test that in dart2js, the constant system matches the runtime
// handling of numbers.
+import "package:expect/expect.dart";
+
main() {
var x = 10000000000000000;
var y = [x][0];
« no previous file with comments | « tests/compiler/dart2js_extra/generics_factories_test.dart ('k') | tests/compiler/dart2js_extra/typevariable_factory_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698