This commit is contained in:
rusefillc 2020-12-12 20:26:56 -05:00
parent 9e451defb4
commit 02e788d0e1
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import com.rusefi.io.LinkManager;
* this class runs rusEFI functional tests against rusEFI simulator
* As of Dec 2020 this seems very broken?
*/
public class SimulatorFunctionalTestLaunche {
public class SimulatorFunctionalTestLauncher {
public static void main(String[] args) {
Thread.setDefaultUncaughtExceptionHandler((t, e) -> {
e.printStackTrace();