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

Unified Diff: tests/language/null_method_test.dart

Issue 12212016: Remove Expect from core library. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated latest tests. 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/null_method_test.dart
diff --git a/tests/language/null_method_test.dart b/tests/language/null_method_test.dart
index 97befa14cf86a69670082483d6ad04cb55ef3243..bf5b51f42e3be8db98f3ec663f01492884525e55 100644
--- a/tests/language/null_method_test.dart
+++ b/tests/language/null_method_test.dart
@@ -5,6 +5,8 @@
// Regression test for dart2js that used to not compile null methods
// in the presence of typed selectors.
+import "package:expect/expect.dart";
+
class C {
foo(s) {
return s.hashCode;

Powered by Google App Engine
This is Rietveld 408576698