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

Unified Diff: tests/language/type_intersection_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
« 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 a6e260372cfd3eeafffd5807d010ab03bab03237..dc548b4086cadd05c549a551ed628515cfbe6035 100644
--- a/tests/language/type_intersection_test.dart
+++ b/tests/language/type_intersection_test.dart
@@ -5,6 +5,8 @@
// 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