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

Unified Diff: tests/standalone/byte_array_view_optimized_test.dart

Issue 13724021: Remove deprecated Expect from the libraries. (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/standalone/byte_array_view_optimized_test.dart
diff --git a/tests/standalone/byte_array_view_optimized_test.dart b/tests/standalone/byte_array_view_optimized_test.dart
index 9f3b0be83a22dc8ce6528c4d61e850a3118310ad..6699d0b9ebef5c165eadca3228a5dfffab531e49 100644
--- a/tests/standalone/byte_array_view_optimized_test.dart
+++ b/tests/standalone/byte_array_view_optimized_test.dart
@@ -7,6 +7,7 @@
// Library tag to be able to run in html test framework.
library ByteArrayViewOptimizedTest;
+import "package:expect/expect.dart";
import "dart:typeddata";
li16(v) => v[0];

Powered by Google App Engine
This is Rietveld 408576698