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

Unified Diff: test/codegen_test.dart

Issue 962213003: fix analysis messages (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 10 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
Index: test/codegen_test.dart
diff --git a/test/codegen_test.dart b/test/codegen_test.dart
index d13f7621e2ba9a117d764c96d2cadfe3fab7127c..5421b7d574264647746f4c54e9c75dc34d697f33 100644
--- a/test/codegen_test.dart
+++ b/test/codegen_test.dart
@@ -124,7 +124,7 @@ main(arguments) {
? path.join(testDir, '..', 'tool', 'input_sdk_src')
: path.join(testDir, 'generated_sdk');
var testSdk = new TypeResolver.fromDir(sdkPath, options);
- var result = compile('dart:core', testSdk, options);
+ compile('dart:core', testSdk, options);
var outputDir = new Directory(path.join(actualDir, 'core'));
expect(outputDir.existsSync(), true,
reason: '${outputDir.path} was created for dart:core');

Powered by Google App Engine
This is Rietveld 408576698