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

Unified Diff: tests/language/inlined_throw_test.dart

Issue 13724021: Remove deprecated Expect from the libraries. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. Rebase. Created 7 years, 8 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
« no previous file with comments | « tests/language/inline_super_field_test.dart ('k') | tests/language/interceptor7_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/inlined_throw_test.dart
diff --git a/tests/language/inlined_throw_test.dart b/tests/language/inlined_throw_test.dart
index 1b1afe1525ef3590ace42c4378b30de99b14b855..02a9a08402863afa68b7fbc2a96ea77f4002254d 100644
--- a/tests/language/inlined_throw_test.dart
+++ b/tests/language/inlined_throw_test.dart
@@ -5,6 +5,8 @@
// Dart test program to test check that we don't fail to compile when an
// inlinable method contains a throw.
+import 'package:expect/expect.dart';
+
var x = false;
bool called;
« no previous file with comments | « tests/language/inline_super_field_test.dart ('k') | tests/language/interceptor7_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698