Chromium Code Reviews

Unified Diff: tests/corelib/string_runes_test.dart

Issue 12212016: Remove Expect from core library. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add deprecation comment for ExpectException and revert one test. Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « tests/corelib/string_replace_test.dart ('k') | tests/corelib/string_slice_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/corelib/string_runes_test.dart
diff --git a/tests/corelib/string_runes_test.dart b/tests/corelib/string_runes_test.dart
index 992958109e5df23237d2e4d2a2a22164236dc905..f0dbd54e7673522838e916987c728887a4bdbffa 100644
--- a/tests/corelib/string_runes_test.dart
+++ b/tests/corelib/string_runes_test.dart
@@ -2,6 +2,8 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
+import "package:expect/expect.dart";
+
main() {
test(String s, List<int> expectedRunes) {
Runes runes = s.runes;
« no previous file with comments | « tests/corelib/string_replace_test.dart ('k') | tests/corelib/string_slice_test.dart » ('j') | no next file with comments »

Powered by Google App Engine