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

Unified Diff: tests/language/comparison_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/comparison_test.dart
diff --git a/tests/language/comparison_test.dart b/tests/language/comparison_test.dart
index 2df0fd5ef0eec496db214b0060a8e87c3112290f..4a19920f4f226168e9367d5d6a3a4eaad0254263 100644
--- a/tests/language/comparison_test.dart
+++ b/tests/language/comparison_test.dart
@@ -3,8 +3,6 @@
// BSD-style license that can be found in the LICENSE file.
// Dart test program for testing comparison operators.
-import "package:expect/expect.dart";
-
class Helper {
static bool STRICT_EQ(a, b) {
return identical(a, b);
« no previous file with comments | « tests/language/code_after_try_is_executed_test.dart ('k') | tests/language/compile_time_constant10_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698