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

Unified Diff: tests/kernel/unsorted/conditional_test.dart

Issue 2454993003: Remove custom expect.dart from Kernel tests (Closed)
Patch Set: Created 4 years, 2 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/kernel/unsorted/conditional_test.dart
diff --git a/tests/kernel/unsorted/conditional_test.dart b/tests/kernel/unsorted/conditional_test.dart
index c5df2c33e337f27f6d74133305513337cb769739..3bf30a340bed8bdc4e9d87a6ed1c2f113719e304 100644
--- a/tests/kernel/unsorted/conditional_test.dart
+++ b/tests/kernel/unsorted/conditional_test.dart
@@ -4,7 +4,7 @@
// Tests of conditional expressions and statements and negation.
-import 'expect.dart';
+import 'package:expect/expect.dart';
mkTrue() => true;
mkFalse() => false;
« no previous file with comments | « tests/kernel/unsorted/closures_test.dart ('k') | tests/kernel/unsorted/constant_evaluator_regression_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698