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

Unified Diff: pkg/dev_compiler/test/codegen/lib/html/form_element_test.dart

Issue 2416853003: Move minitest.dart into the expect package. (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: pkg/dev_compiler/test/codegen/lib/html/form_element_test.dart
diff --git a/pkg/dev_compiler/test/codegen/lib/html/form_element_test.dart b/pkg/dev_compiler/test/codegen/lib/html/form_element_test.dart
index 55f35009d613631266fb4f24a1eb5cf4f46da31c..f1c922250755023794a99d5115a55ac8f14f6fed 100644
--- a/pkg/dev_compiler/test/codegen/lib/html/form_element_test.dart
+++ b/pkg/dev_compiler/test/codegen/lib/html/form_element_test.dart
@@ -4,7 +4,7 @@
import 'dart:html';
-import 'package:minitest/minitest.dart';
+import 'package:expect/minitest.dart';
void main() {
var isFormElement = predicate((x) => x is FormElement, 'is a FormElement');

Powered by Google App Engine
This is Rietveld 408576698