| Index: tests/compiler/dart2js_extra/phi_gvn_test.dart
|
| diff --git a/tests/compiler/dart2js_extra/phi_gvn_test.dart b/tests/compiler/dart2js_extra/phi_gvn_test.dart
|
| index 81511d36d8627cf1cfcd5d854d4bb8367f2c8c1d..703834f65aaaa8f655a34c3f924f6c49b5e113bb 100644
|
| --- a/tests/compiler/dart2js_extra/phi_gvn_test.dart
|
| +++ b/tests/compiler/dart2js_extra/phi_gvn_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";
|
| +
|
| foo(x) { }
|
|
|
| main() {
|
|
|