Index: tests/compiler/dart2js_extra/invalid_length_negative_test.dart |
diff --git a/tests/compiler/dart2js_extra/invalid_length_negative_test.dart b/tests/compiler/dart2js_extra/invalid_length_negative_test.dart |
index e990bd0719dfe8a819260d9f61151f55f5c02373..983665364128afd7e7fcccff2c53219a7a0ff7bb 100644 |
--- a/tests/compiler/dart2js_extra/invalid_length_negative_test.dart |
+++ b/tests/compiler/dart2js_extra/invalid_length_negative_test.dart |
@@ -3,5 +3,5 @@ |
// BSD-style license that can be found in the LICENSE file. |
main() { |
- new List.fixedLength("foo"); |
+ new List("foo"); |
} |