Index: tests/corelib/is_operator_basic_types_test.dart |
diff --git a/tests/corelib/is_operator_basic_types_test.dart b/tests/corelib/is_operator_basic_types_test.dart |
index 1dfae1e5a525c948658ee37dbe41baa52a5537ce..0e62b23c808b3c85e4792981d253eb263e137deb 100644 |
--- a/tests/corelib/is_operator_basic_types_test.dart |
+++ b/tests/corelib/is_operator_basic_types_test.dart |
@@ -61,5 +61,5 @@ main() { |
// Try to make it even harder. |
var string = new String.fromCharCodes([new Date.now().year % 100 + 1]); |
- check([string.charCodes(), string, null]); |
+ check([string.charCodes, string, null]); |
} |