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

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

Issue 8437091: - Update tests to make sure they recerefence invalid code. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 9 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: dart/tests/language/src/Script2NegativeTest.dart
===================================================================
--- dart/tests/language/src/Script2NegativeTest.dart (revision 1146)
+++ dart/tests/language/src/Script2NegativeTest.dart (working copy)
@@ -8,5 +8,5 @@
#import("Script2NegativeLib.dart");
main() {
- print("Should not reach here.");
+ new A().a = 2;
ahe 2011/11/03 16:16:45 Shouldn't be necessary.
ngeoffray 2011/11/03 16:27:27 Change removed.
}

Powered by Google App Engine
This is Rietveld 408576698