| Index: tests/compiler/dart2js/inference/data/super_get.dart
|
| diff --git a/tests/compiler/dart2js/inference/data/super_get.dart b/tests/compiler/dart2js/inference/data/super_get.dart
|
| index 44e36fd9800177368adb023dc436a73f67df43ae..7cc747010d9dd4c8e12ef687ab0461b7a3a12bfd 100644
|
| --- a/tests/compiler/dart2js/inference/data/super_get.dart
|
| +++ b/tests/compiler/dart2js/inference/data/super_get.dart
|
| @@ -14,5 +14,5 @@ class Sub extends Super {
|
|
|
| /*main:[null]*/
|
| main() {
|
| - new Sub()./*[exact=Sub]*/method();
|
| + new Sub(). /*[exact=Sub]*/ method();
|
| }
|
|
|