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

Unified Diff: tests/compiler/dart2js/type_equals_test.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_equals_test.dart
diff --git a/tests/compiler/dart2js/type_equals_test.dart b/tests/compiler/dart2js/type_equals_test.dart
index 4da86a69b1fe390187da38c58df889059c07144a..81910838ce0bdcfc345cdb5d2f1796f046917a45 100644
--- a/tests/compiler/dart2js/type_equals_test.dart
+++ b/tests/compiler/dart2js/type_equals_test.dart
@@ -84,7 +84,8 @@ void main() {
void main() {}
""",
- uri);
+ uri,
+ analyzeAll: true, analyzeOnly: true);
compiler.runCompiler(uri);
test(compiler, "void1", "void2", expect: true);

Powered by Google App Engine
This is Rietveld 408576698