| Index: tests/language/gvn_field_access_test.dart
|
| diff --git a/tests/language/gvn_field_access_test.dart b/tests/language/gvn_field_access_test.dart
|
| index 79359f2279d511550925dac859c60fb953fce079..cf124b17eaf151cf7aa5c1f6a6364ccea01a5d6e 100644
|
| --- a/tests/language/gvn_field_access_test.dart
|
| +++ b/tests/language/gvn_field_access_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";
|
| +
|
| class A {
|
| var y = 0;
|
| foo(x) {
|
|
|