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

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

Issue 9559007: Update test.dart for detection output of machine formatted errors (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Added diagnostic for @static-clean conflicts Created 8 years, 10 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/Prefix23NegativeTest.dart
diff --git a/tests/language/src/Prefix23NegativeTest.dart b/tests/language/src/Prefix23NegativeTest.dart
index 34b74f74779f01684586e90d2f1e436a05e84590..80773d58862a37f5326a24ef68b7dd5587c4d8ba 100644
--- a/tests/language/src/Prefix23NegativeTest.dart
+++ b/tests/language/src/Prefix23NegativeTest.dart
@@ -4,13 +4,13 @@
//
// Unresolved symbols should be reported as an static type warnings.
// In this variant of test we turn warnings into errors.
-// VMOptions=--fatal-type-errors --enable_type_checks
+// VMOptions=--enable_type_errors
#library("Prefix22NegativeTest.dart");
#import("library12.dart", prefix:"lib12");
class myClass {
- lib12.Library13 fld; // static type warning
+ lib12.Library13 fld; /// static type error
}
main() {

Powered by Google App Engine
This is Rietveld 408576698