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

Unified Diff: tests/language/inline_getter_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/inline_effect_context_test.dart ('k') | tests/language/inline_super_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/inline_getter_test.dart
diff --git a/tests/language/inline_getter_test.dart b/tests/language/inline_getter_test.dart
index 27322c86a25388270a400768f71080c9e51b2daa..eb671f967d56a47012f54980cd340920c6b31e91 100644
--- a/tests/language/inline_getter_test.dart
+++ b/tests/language/inline_getter_test.dart
@@ -5,8 +5,6 @@
// Three classes access always the same field. Optimize method foo and inline
// getter for classes 'A' and 'B'. Call later via 'C' and cause deoptimization.
-import "package:expect/expect.dart";
-
class A {
int f;
A(this.f) {}
« no previous file with comments | « tests/language/inline_effect_context_test.dart ('k') | tests/language/inline_super_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698