Chromium Code Reviews

Unified Diff: tests/language/state_mangling_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.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « tests/language/state_mangling4_test.dart ('k') | tests/language/statement_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/state_mangling_test.dart
diff --git a/tests/language/state_mangling_test.dart b/tests/language/state_mangling_test.dart
index 84d697b50a450270a6456c887318fc1d9a04679b..02df690ca51e966dc7f9395ebc47a5417bbbe578 100644
--- a/tests/language/state_mangling_test.dart
+++ b/tests/language/state_mangling_test.dart
@@ -2,8 +2,6 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-import "package:expect/expect.dart";
-
foo(state) {
if (state == null) return 0;
var sum = 0;
« no previous file with comments | « tests/language/state_mangling4_test.dart ('k') | tests/language/statement_test.dart » ('j') | no next file with comments »

Powered by Google App Engine