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

Unified Diff: pkg/analyzer/test/src/task/options_test.dart

Issue 1420363005: Error Suppression FTW. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Typo. Created 5 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: pkg/analyzer/test/src/task/options_test.dart
diff --git a/pkg/analyzer/test/src/task/options_test.dart b/pkg/analyzer/test/src/task/options_test.dart
index 5dddc259ffec9b9a79d6b6c19aaf2840cef9b67d..052530aab3a479ad75766d9eda91a1eb9feb5c22 100644
--- a/pkg/analyzer/test/src/task/options_test.dart
+++ b/pkg/analyzer/test/src/task/options_test.dart
@@ -132,6 +132,16 @@ analyzer:
[]);
}
+ test_analyzer_supported_filter() {
+ validate(
+ '''
+analyzer:
+ errors:
+ unused_local_variable: ignore
+ ''',
+ []);
+ }
+
test_analyzer_supported_strong_mode() {
validate(
'''
« pkg/analyzer/lib/src/task/options.dart ('K') | « pkg/analyzer/test/src/task/dart_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698