Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(360)

Unified Diff: test/codegen_test.dart

Issue 1096583002: Reifier hookup (Closed) Base URL: git@github.com:dart-lang/dart-dev-compiler.git@master
Patch Set: Address comments Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/codegen/expect/sunflower/sunflower.js ('k') | test/dart_codegen/expect/_internal/iterable.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « test/codegen/expect/sunflower/sunflower.js ('k') | test/dart_codegen/expect/_internal/iterable.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698