| Index: tests/compiler/dart2js/inference/data/super_set.dart
|
| diff --git a/tests/compiler/dart2js/inference/data/super_set.dart b/tests/compiler/dart2js/inference/data/super_set.dart
|
| index eb77cbc2e3807ed719a67f1998b10a9baa4024b8..405b949b6dd863a08e9a0f8d58a366aa84754c94 100644
|
| --- a/tests/compiler/dart2js/inference/data/super_set.dart
|
| +++ b/tests/compiler/dart2js/inference/data/super_set.dart
|
| @@ -18,5 +18,5 @@ class Sub extends Super {
|
|
|
| /*main:[null]*/
|
| main() {
|
| - new Sub(). /*[exact=Sub]*/ method();
|
| + new Sub(). /*()[exact=Sub]*/ method();
|
| }
|
|
|