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

Unified Diff: tests/language/private_selector_test.dart

Issue 12212016: Remove Expect from core library. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 10 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/private_selector_test.dart
diff --git a/tests/language/private_selector_test.dart b/tests/language/private_selector_test.dart
index 53dca839f573e49af123c18824b063bb9a3ee64d..5d00c940eaccebfa7aad3b869e6d1e5f338a1c0a 100644
--- a/tests/language/private_selector_test.dart
+++ b/tests/language/private_selector_test.dart
@@ -3,7 +3,7 @@
// BSD-style license that can be found in the LICENSE file.
library private_selector_test;
-
+import "package:expect/expect.dart";
import 'private_selector_lib.dart';
class B extends A {

Powered by Google App Engine
This is Rietveld 408576698