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

Unified Diff: tests/language/type_variable_scope2_test.dart

Issue 11412245: MalformedType used for all invalid type annotations. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 1 month 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/type_variable_scope2_test.dart
diff --git a/tests/language/type_variable_scope2_test.dart b/tests/language/type_variable_scope2_test.dart
index 1c039142f223ac7f69373bd785c14db3c23a51bb..5c018a6979b28a89da89589f0a09c113d1131d51 100644
--- a/tests/language/type_variable_scope2_test.dart
+++ b/tests/language/type_variable_scope2_test.dart
@@ -26,6 +26,7 @@ main() {
try {
Expect.isTrue(Foo.m() is Foo);
} on TypeError catch (error) {
+ print(error);
ngeoffray 2012/11/30 12:00:40 Remove?
Johnni Winther 2012/12/04 10:07:17 I left it in because it's nice to have when the te
got_type_error = true;
}
// Type error in checked mode only.

Powered by Google App Engine
This is Rietveld 408576698