| Index: tests/language/call_nonexistent_constructor_test.dart
|
| diff --git a/tests/language/call_nonexistent_constructor_test.dart b/tests/language/call_nonexistent_constructor_test.dart
|
| index 5e3bdf456645d6188e409a4e819fcf388bf67e3f..1e661a756331c9d4e815e79f7945d046a53caf0e 100644
|
| --- a/tests/language/call_nonexistent_constructor_test.dart
|
| +++ b/tests/language/call_nonexistent_constructor_test.dart
|
| @@ -2,6 +2,8 @@
|
| // 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";
|
| +
|
| // When attempting to call a nonexistent constructor, check that a
|
| // NoSuchMethodError is thrown.
|
|
|
|
|