diff --git a/java/java-tests/testSrc/com/intellij/java/propertyBased/JavaIntentionPolicy.java b/java/java-tests/testSrc/com/intellij/java/propertyBased/JavaIntentionPolicy.java index 3ff94fd1b8e9..eee8acaaddbe 100644 --- a/java/java-tests/testSrc/com/intellij/java/propertyBased/JavaIntentionPolicy.java +++ b/java/java-tests/testSrc/com/intellij/java/propertyBased/JavaIntentionPolicy.java @@ -37,6 +37,7 @@ class JavaIntentionPolicy extends IntentionPolicy { actionText.startsWith("Change class type parameter") || // doesn't change file text (starts live template) actionText.startsWith("Rename reference") || // doesn't change file text (starts live template) actionText.equals("Remove") || // IDEA-177220 + actionText.equals("Add \"use strict\" pragma") || // IDEA-187427 super.shouldSkipIntention(actionText); }