Chromium Code Reviews| Index: tests/language/vm/regress_27671_other.dart |
| diff --git a/runtime/observatory/lib/src/models/objects/target.dart b/tests/language/vm/regress_27671_other.dart |
| similarity index 71% |
| copy from runtime/observatory/lib/src/models/objects/target.dart |
| copy to tests/language/vm/regress_27671_other.dart |
| index a58673f248b4a1bd7638d02be186e5ec384640a3..cfa3242276ae763173d326e7b33be79eb20c31da 100644 |
| --- a/runtime/observatory/lib/src/models/objects/target.dart |
| +++ b/tests/language/vm/regress_27671_other.dart |
| @@ -1,9 +1,11 @@ |
| // Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file |
| // 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. |
| +// |
|
siva
2016/10/27 10:46:48
extra comment line?
Cutch
2016/10/27 11:25:29
Done.
|
| -part of models; |
| +import 'regress_27671_test.dart'; |
| -abstract class Target { |
| - String get name; |
| +@AlwaysInline |
| +void check(f, x) { |
| + assert(f(x)); |
| } |