Chromium Code Reviews

Unified Diff: tests/language/execute_finally4_test.dart

Issue 12743005: Revert "Remove Expect from core library." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Reupload (first upload failed). Created 7 years, 9 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/execute_finally3_test.dart ('k') | tests/language/execute_finally5_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/execute_finally4_test.dart
diff --git a/tests/language/execute_finally4_test.dart b/tests/language/execute_finally4_test.dart
index ab0d0230f3f8cec20ba9e197af1806e49e978b36..fedf2f05f9aa7a140c338bcd196ede466e650066 100644
--- a/tests/language/execute_finally4_test.dart
+++ b/tests/language/execute_finally4_test.dart
@@ -4,8 +4,6 @@
// Dart test program for testing execution of finally blocks on
// control flow breaks because of 'return', 'continue' etc.
-import "package:expect/expect.dart";
-
class Helper {
Helper() : i = 0 { }
« no previous file with comments | « tests/language/execute_finally3_test.dart ('k') | tests/language/execute_finally5_test.dart » ('j') | no next file with comments »

Powered by Google App Engine