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

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

Issue 9651034: Removed unnecessary VMOptions line from AssignStaticTypeTest (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 9 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/src/AssignStaticTypeTest.dart
diff --git a/tests/language/src/AssignStaticTypeTest.dart b/tests/language/src/AssignStaticTypeTest.dart
index 34fc3be71fe25e17d02aa531343c2189daa4218b..4da7e02ddf3a29fa6c0c0a050c6f0c0a1902bb50 100644
--- a/tests/language/src/AssignStaticTypeTest.dart
+++ b/tests/language/src/AssignStaticTypeTest.dart
@@ -4,7 +4,6 @@
// This test insures that statically initialized variables, fields, and parameters
// report static type warnings.
-// VMOptions=--no-enable-type-checks
int a = "String"; /// 01: static type error, dynamic type error
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698