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

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: passing tests for vm,dartc 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
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);
}

Powered by Google App Engine
This is Rietveld 408576698