Chromium Code Reviews

Unified Diff: tests/language/getter_setter_in_lib_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/getter_no_setter_test.dart ('k') | tests/language/getter_setter_interceptor_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/getter_setter_in_lib_test.dart
diff --git a/tests/language/getter_setter_in_lib_test.dart b/tests/language/getter_setter_in_lib_test.dart
index 968d6fecb294534db65b0d9131f456bc163d4f29..deba2ba37f33f2862a6ce992f9e5578e5dcdf881 100644
--- a/tests/language/getter_setter_in_lib_test.dart
+++ b/tests/language/getter_setter_in_lib_test.dart
@@ -3,6 +3,7 @@
// BSD-style license that can be found in the LICENSE file.
library GetterSetterInLibTest;
+import "package:expect/expect.dart";
import 'getter_setter_in_lib.dart';
main() {
« no previous file with comments | « tests/language/getter_no_setter_test.dart ('k') | tests/language/getter_setter_interceptor_test.dart » ('j') | no next file with comments »

Powered by Google App Engine