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

Unified Diff: tests/language/type_intersection_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
« no previous file with comments | « tests/language/type_guard_conversion_test.dart ('k') | tests/language/type_parameter_literal_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/type_intersection_test.dart
diff --git a/tests/language/type_intersection_test.dart b/tests/language/type_intersection_test.dart
index dc548b4086cadd05c549a551ed628515cfbe6035..a6e260372cfd3eeafffd5807d010ab03bab03237 100644
--- a/tests/language/type_intersection_test.dart
+++ b/tests/language/type_intersection_test.dart
@@ -5,8 +5,6 @@
// Regression test for dart2js that used to consider that the
// intersection of [Comparable] and [num] is conflicting.
-import "package:expect/expect.dart";
-
class A {
foo(a, Comparable b) => a == b;
bar(a, Comparable b) => b == a;
« no previous file with comments | « tests/language/type_guard_conversion_test.dart ('k') | tests/language/type_parameter_literal_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698