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

Unified Diff: tests/standalone/int_array_test.dart

Issue 12212016: Remove Expect from core library. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 10 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/int_array_test.dart
diff --git a/tests/standalone/int_array_test.dart b/tests/standalone/int_array_test.dart
index f02fdf73f83149d42a8ebd4e5d8d720244891db2..63cc0c75fd3f559c4a530ddcd49d76d5c80eba77 100644
--- a/tests/standalone/int_array_test.dart
+++ b/tests/standalone/int_array_test.dart
@@ -7,6 +7,7 @@
// Library tag to be able to run in html test framework.
library IntArrayTest;
+import "package:expect/expect.dart";
import 'dart:scalarlist';
void testInt16() {

Powered by Google App Engine
This is Rietveld 408576698