| Index: tests/language/patch_test.dart
|
| diff --git a/tests/language/patch_test.dart b/tests/language/patch_test.dart
|
| index cd2f17eff693747a9487975c3ded710c087c4550..2815cbfb6317008b3d9b3c68506538723bf45582 100644
|
| --- a/tests/language/patch_test.dart
|
| +++ b/tests/language/patch_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";
|
| +
|
| patch() {
|
| return 12;
|
| }
|
|
|