DirectiveBasedActionUtils: added intentions to suppress warning to the list of ignored in tests to fix DeprecatedSymbolUsage.testJavaDeprecated()

This commit is contained in:
Valentin Kipyatkov
2015-06-22 17:25:00 +03:00
parent eadeb6e63f
commit 004b400089
@@ -67,6 +67,7 @@ public object DirectiveBasedActionUtils {
"Disable ",
"Edit intention settings",
"Edit inspection profile setting",
"Inject language or reference"
"Inject language or reference",
"Suppress '"
)
}