This commit is contained in:
Vladimir Krivosheev
2016-07-18 15:33:31 +02:00
parent df72dc6675
commit cda426d779
4 changed files with 15 additions and 21 deletions
@@ -1,5 +1,5 @@
/*
* Copyright 2000-2014 JetBrains s.r.o.
* Copyright 2000-2016 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -88,7 +88,7 @@ public abstract class LightRefactoringParameterizedTestCase extends LightRefacto
}
};
invokeTestRunnable(() -> CommandProcessor.getInstance().executeCommand(getProject(), runnable::run, "", null));
invokeTestRunnable(() -> CommandProcessor.getInstance().executeCommand(getProject(), runnable, "", null));
if (throwables[0] != null) {
throw throwables[0];