don't hold psi in local search scope in tests

This commit is contained in:
Maxim.Mossienko
2014-10-29 21:05:26 +01:00
parent 0f93915c6c
commit e71fc0b172
@@ -441,6 +441,8 @@ public class MatcherImpl {
MalformedPatternException exception = new MalformedPatternException();
exception.initCause(e);
throw exception;
} finally {
options.setScope(null);
}
return sink.getMatches();