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

Unified Diff: tests/language/critical_edge2_test.dart

Issue 350903002: Move validation to validate.dart and add comments. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Check for critical edges. Created 6 years, 6 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/language/critical_edge2_test.dart
diff --git a/tests/language/critical_edge2_test.dart b/tests/language/critical_edge2_test.dart
index e54384f08b2cf356b707ed60a9dd6cd98f0190a9..75e3f13cd0f0bee5b40d87af6f63c1c5ba01ca06 100644
--- a/tests/language/critical_edge2_test.dart
+++ b/tests/language/critical_edge2_test.dart
@@ -4,6 +4,8 @@
// This test broke dart2js.
// A compiler must not construct a critical edge on this program.
+//
+// See critical_edge_test.dart for a description of the problem.
import "package:expect/expect.dart";

Powered by Google App Engine
This is Rietveld 408576698