Chromium Code Reviews

Unified Diff: tests/language/type_cast_vm_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/language/try_catch_test.dart ('k') | tests/language/type_checks_in_factory_method_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/type_cast_vm_test.dart
diff --git a/tests/language/type_cast_vm_test.dart b/tests/language/type_cast_vm_test.dart
index d61f036f00e35d40f42e88ee22e6531b6acc4598..90bb52290e36fd91e5060cc4b5cd3b7868d73d52 100644
--- a/tests/language/type_cast_vm_test.dart
+++ b/tests/language/type_cast_vm_test.dart
@@ -2,8 +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.
// VMOptions=--no_show_internal_names
-//
// Dart test program testing type casts.
+import "package:expect/expect.dart";
checkTopFunction(String expected, StackTrace stacktrace) {
var topLine = stacktrace.toString().split("\n")[0];
« no previous file with comments | « tests/language/try_catch_test.dart ('k') | tests/language/type_checks_in_factory_method_test.dart » ('j') | no next file with comments »

Powered by Google App Engine