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

Unified Diff: tests/standalone/float_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/float_array_test.dart
diff --git a/tests/standalone/float_array_test.dart b/tests/standalone/float_array_test.dart
index 99ffcaba969c7e082f8348fde99853e01fc364a5..c08ecf506cf4ed8c374e0fa332d8de18ad6937a3 100644
--- a/tests/standalone/float_array_test.dart
+++ b/tests/standalone/float_array_test.dart
@@ -7,6 +7,7 @@
// Library tag to be able to run in html test framework.
library FloatArrayTest;
+import "package:expect/expect.dart";
import 'dart:scalarlist';
void testCreateFloat32Array() {

Powered by Google App Engine
This is Rietveld 408576698