Index: tests/language_strong/no_such_method_native_test.dart |
diff --git a/tests/language_strong/no_such_method_native_test.dart b/tests/language_strong/no_such_method_native_test.dart |
index 2ef97c00007361932a80473c5bee5b5338e333c9..0761ec64d5c11082b52d1a7e64c61af83e014c95 100644 |
--- a/tests/language_strong/no_such_method_native_test.dart |
+++ b/tests/language_strong/no_such_method_native_test.dart |
@@ -30,7 +30,6 @@ main() { |
expectNSME(null); |
expectNSME(777); |
expectNSME('hello'); |
- // These fail because of https://github.com/dart-lang/dev_compiler/issues/592. |
- // expectNSME([]); |
- // expectNSME(['a', 'b', 'c']); |
+ expectNSME([]); |
+ expectNSME(<String>['a', 'b', 'c']); |
} |