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

Unified Diff: tests/language/instantiate_type_variable_test.dart

Issue 24789003: Fix test failure expectations and update status files. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 3 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/instantiate_type_variable_test.dart
===================================================================
--- tests/language/instantiate_type_variable_test.dart (revision 27975)
+++ tests/language/instantiate_type_variable_test.dart (working copy)
@@ -7,7 +7,7 @@
class Foo<T> {
Foo() {}
T make() {
- return new T(); /// 01: compile-time error
+ return new T(); /// 01: runtime error
}
}

Powered by Google App Engine
This is Rietveld 408576698