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

Unified Diff: tests/language/inline_test_context_test.dart

Issue 12212016: Remove Expect from core library. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 10 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/inline_test_context_test.dart
diff --git a/tests/language/inline_test_context_test.dart b/tests/language/inline_test_context_test.dart
index 7692bff37faf7ec9939a204ada17316d3b625f7a..5ec00d65bfc4c4456ec1f6816fabd1c551ddcd11 100644
--- a/tests/language/inline_test_context_test.dart
+++ b/tests/language/inline_test_context_test.dart
@@ -5,6 +5,8 @@
// Optimize function foo with instance of A and inlined function bar. Call later
// with instance of B and cause deoptimization.
+import "package:expect/expect.dart";
+
class A {
var x = 1;
}

Powered by Google App Engine
This is Rietveld 408576698