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

Unified Diff: tests/language/mixin_this_use_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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tests/language/mixin_this_use_test.dart
diff --git a/tests/language/mixin_this_use_test.dart b/tests/language/mixin_this_use_test.dart
index 7398391e2731c126b88d03532180c2e47fa525a4..1619a76e13fba70dd261821cf26164c0fd5ed7f2 100644
--- a/tests/language/mixin_this_use_test.dart
+++ b/tests/language/mixin_this_use_test.dart
@@ -5,8 +5,6 @@
// Test that [:this:] in a class A used as a mixin in class D knows it can be an
// instance of D.
-import "package:expect/expect.dart";
-
class A {
foo() => bar(); // Implicit use of [:this:]
bar() => 42;
« no previous file with comments | « tests/language/mixin_override_regression_test.dart ('k') | tests/language/mixin_type_parameters_mixin_extends_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698