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

Unified Diff: tests/standalone/byte_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/byte_array_test.dart
diff --git a/tests/standalone/byte_array_test.dart b/tests/standalone/byte_array_test.dart
index 5b29c7a5eb3998ac9c0897d0c8de0446fbb03b5f..63780c4509c0308e4b7f96257978b196388134ee 100644
--- a/tests/standalone/byte_array_test.dart
+++ b/tests/standalone/byte_array_test.dart
@@ -7,6 +7,7 @@
// Library tag to be able to run in html test framework.
library ByteArrayTest;
+import "package:expect/expect.dart";
import 'dart:scalarlist';
void testCreateUint8ByteArray() {

Powered by Google App Engine
This is Rietveld 408576698