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

Unified Diff: tests/compiler/dart2js/type_test_helper.dart

Issue 13261008: Check for cyclic reference in typedefs (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebased Created 7 years, 9 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: tests/compiler/dart2js/type_test_helper.dart
diff --git a/tests/compiler/dart2js/type_test_helper.dart b/tests/compiler/dart2js/type_test_helper.dart
index 586af02dd82487f418aa79f93fa667164a1df96b..d150197ada988939d2a89434be9f055a966a2599 100644
--- a/tests/compiler/dart2js/type_test_helper.dart
+++ b/tests/compiler/dart2js/type_test_helper.dart
@@ -26,7 +26,9 @@ class TypeEnvironment {
MockCompiler compiler = compilerFor('''
main() {}
$source''',
- uri);
+ uri,
+ analyzeAll: true,
+ analyzeOnly: true);
compiler.runCompiler(uri);
return new TypeEnvironment._(compiler);
}

Powered by Google App Engine
This is Rietveld 408576698