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

Unified Diff: tests/language/licm_test.dart

Issue 12212016: Remove Expect from core library. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add deprecation comment for ExpectException and revert one test. 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
Index: tests/language/licm_test.dart
diff --git a/tests/language/licm_test.dart b/tests/language/licm_test.dart
index 67fea65371d596cbb3f6ace9ef536787fddef023..e058e8e9672eec975eb8fdb0d10bbba6f4eb21d7 100644
--- a/tests/language/licm_test.dart
+++ b/tests/language/licm_test.dart
@@ -2,6 +2,8 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
+import "package:expect/expect.dart";
+
var sum = 0;
var foo = 0;
var bar = 1;
« no previous file with comments | « tests/language/library_same_name_used_test.dart ('k') | tests/language/list_double_index_in_loop2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698