| Index: test/codegen_test.dart
|
| diff --git a/test/codegen_test.dart b/test/codegen_test.dart
|
| index 96e61a11ab19219b49cda1e9d6b2f8118bf017f8..54c8852fc41a402667e4f548a237380932797773 100644
|
| --- a/test/codegen_test.dart
|
| +++ b/test/codegen_test.dart
|
| @@ -62,7 +62,6 @@ main(arguments) {
|
| // they're more self-contained.
|
| var runtimeDir = path.join(path.dirname(testDirectory), 'lib', 'runtime');
|
| var options = new CompilerOptions(
|
| - allowConstCasts: true,
|
| outputDir: subDir == null ? actualDir : path.join(actualDir, subDir),
|
| useColors: false,
|
| emitSourceMaps: sourceMaps,
|
|
|