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

Unified Diff: tests/language/identical_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/getter_setter_order_test.dart ('k') | tests/language/inline_super_field_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/identical_test.dart
diff --git a/tests/language/identical_test.dart b/tests/language/identical_test.dart
index 153389012d9b33632d8adc7ef0f92eda5c201f7e..8a3887ed1440b438726a482eaa01c739c0b72208 100644
--- a/tests/language/identical_test.dart
+++ b/tests/language/identical_test.dart
@@ -3,6 +3,8 @@
// BSD-style license that can be found in the LICENSE file.
// Test efficient and correct implementation of !identical(a, b).
+import 'package:expect/expect.dart';
+
notIdenticalTest1(a) {
if (!identical("ho", a)) {
return 2;
« no previous file with comments | « tests/language/getter_setter_order_test.dart ('k') | tests/language/inline_super_field_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698