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

Unified Diff: tests/standalone_2/int_array_deopt.dart

Issue 2984363004: Migrate first block of tests in standalone to standalone_2 (Closed)
Patch Set: Remove Expect.throws 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/standalone_2/http_launch_test.dart ('k') | tests/standalone_2/int_array_load_elimination_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone_2/int_array_deopt.dart
diff --git a/tests/standalone/int_array_deopt.dart b/tests/standalone_2/int_array_deopt.dart
similarity index 96%
rename from tests/standalone/int_array_deopt.dart
rename to tests/standalone_2/int_array_deopt.dart
index 6049a3009176993037d050f9eccdb74824629472..7a2b9698a1b725e0e7f9c9024e20ef7fed859a4c 100644
--- a/tests/standalone/int_array_deopt.dart
+++ b/tests/standalone_2/int_array_deopt.dart
@@ -5,6 +5,7 @@
// Dart deoptimization of Uint32Array and Int32Array loads.
import 'dart:typed_data';
+import "package:expect/expect.dart";
loadI32(a) => a[0] + 1;
loadUi32(a) => a[0] + 1;
« no previous file with comments | « tests/standalone_2/http_launch_test.dart ('k') | tests/standalone_2/int_array_load_elimination_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698