This commit is contained in:
Anna Kozlova
2014-02-21 21:48:50 +01:00
parent 0f39a4ca18
commit 41624fba53
@@ -50,12 +50,5 @@ public abstract class LightQuickFixParameterizedTestCase extends LightQuickFixTe
doSingleTest(myFileSuffix, myTestDataPath);
}
});
};
invokeTestRunnable(runnable);
if (throwables[0] != null) {
throw throwables[0];
}
}
}