| Index: test/codegen_test.dart
|
| diff --git a/test/codegen_test.dart b/test/codegen_test.dart
|
| index 80ed7fa0206e09afe17aff30f0d4b59d18a07038..9b9a2be88fd2642df68bd873553de8fabbf7255c 100644
|
| --- a/test/codegen_test.dart
|
| +++ b/test/codegen_test.dart
|
| @@ -68,6 +68,7 @@ main(arguments) {
|
| var runtimeDir = path.join(
|
| path.dirname(path.dirname(Platform.script.path)), 'lib', 'runtime');
|
| var options = new CompilerOptions(
|
| + allowConstCasts: !dartGen,
|
| outputDir: subDir == null ? actualDir : path.join(actualDir, subDir),
|
| useColors: false,
|
| outputDart: dartGen,
|
|
|