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

Unified Diff: test/codegen_test.dart

Issue 1088703003: Add flag to disable hashing (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: 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 | « lib/src/options.dart ('k') | no next file » | 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 9b9a2be88fd2642df68bd873553de8fabbf7255c..0ed082634fefb9d428a019f5d1ae4311c5519dd0 100644
--- a/test/codegen_test.dart
+++ b/test/codegen_test.dart
@@ -80,7 +80,8 @@ main(arguments) {
entryPointFile: entryPoint,
dartSdkPath: sdkPath,
runtimeDir: runtimeDir,
- serverMode: serverMode);
+ serverMode: serverMode,
+ enableHashing: serverMode);
return new Compiler(options).run();
}
var realSdk = getSdkDir(arguments).path;
« no previous file with comments | « lib/src/options.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698