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

Unified Diff: tests/language/src/TypeVariableScopeTest.dart

Issue 8431016: fix some tests (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years, 2 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
« tests/language/src/ThirdTest.dart ('K') | « tests/language/src/ThirdTest.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/src/TypeVariableScopeTest.dart
diff --git a/tests/language/src/TypeVariableScopeTest.dart b/tests/language/src/TypeVariableScopeTest.dart
index 32802f3211b5f0cefed1a62982d1a87367b62c65..17a0e4af6beb5dfbfb4fde46bcce77692fd06d03 100644
--- a/tests/language/src/TypeVariableScopeTest.dart
+++ b/tests/language/src/TypeVariableScopeTest.dart
@@ -39,4 +39,5 @@ interface I<X> factory Foo<X> {
main() {
Foo.m(null);
+ new I(null);
jimhug 2011/10/31 23:36:31 Without this call, error #04 may not be detected b
ngeoffray 2011/11/01 08:17:34 OK.
}
« tests/language/src/ThirdTest.dart ('K') | « tests/language/src/ThirdTest.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698