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

Unified Diff: tests/language/argument_definition6_test.dart

Issue 13724021: Remove deprecated Expect from the libraries. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. Rebase. Created 7 years, 8 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/isolate/illegal_msg_stream_test.dart ('k') | tests/language/call_property_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/argument_definition6_test.dart
diff --git a/tests/language/argument_definition6_test.dart b/tests/language/argument_definition6_test.dart
index 5dc87483ad9aa06ef54f347bd4049e32d1b0047c..5ac86b4da3b74d31571aee5987b5f16296e2f5e1 100644
--- a/tests/language/argument_definition6_test.dart
+++ b/tests/language/argument_definition6_test.dart
@@ -7,6 +7,7 @@
// Parameters used to be passed in the wrong order in a constructor in the
// presence of parameter checks.
+import 'package:expect/expect.dart';
class A {
A(expect1, expect2, value1, value2, {layers, serviceUrl}) {
« no previous file with comments | « tests/isolate/illegal_msg_stream_test.dart ('k') | tests/language/call_property_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698