| Index: tests/compiler/dart2js_extra/23056_test.dart
|
| diff --git a/tests/compiler/dart2js_extra/23056_test.dart b/tests/compiler/dart2js_extra/23056_test.dart
|
| index c8953f204e6ba08a56866501ebb13c6d8664a8ca..a30e4ee62bf437e934bfed7cb208a9d4f2eb7155 100644
|
| --- a/tests/compiler/dart2js_extra/23056_test.dart
|
| +++ b/tests/compiler/dart2js_extra/23056_test.dart
|
| @@ -21,7 +21,8 @@ class A extends Object with M {
|
| bool get foo => super.foo;
|
| }
|
|
|
| -@AssumeDynamic() @NoInline()
|
| +@AssumeDynamic()
|
| +@NoInline()
|
| bool hide(bool x) => x;
|
|
|
| main() {
|
|
|