| Index: tests/compiler/dart2js_native/native_null_frog_test.dart
|
| diff --git a/tests/compiler/dart2js_native/native_null_frog_test.dart b/tests/compiler/dart2js_native/native_null_frog_test.dart
|
| index e7157551886f9f3ee72a4bc44f301ed4318c8ee0..44d3724febfb1792eb3eaac4fafb46633d034962 100644
|
| --- a/tests/compiler/dart2js_native/native_null_frog_test.dart
|
| +++ b/tests/compiler/dart2js_native/native_null_frog_test.dart
|
| @@ -27,7 +27,7 @@ main() {
|
| Expect.equals(null, a.returnUndefined());
|
|
|
| Expect.equals('', a.returnEmptyString());
|
| - Expect.isTrue(a.returnEmptyString().isEmpty());
|
| + Expect.isTrue(a.returnEmptyString().isEmpty);
|
| Expect.isTrue(a.returnEmptyString() is String);
|
|
|
| Expect.isTrue(a.returnZero() is int);
|
|
|