Remove explicit .Exit on IPC test

This commit is contained in:
smoogipoo 2018-02-08 14:03:37 +09:00
parent a7aaaf9088
commit 4f5bfdb888

View File

@ -68,7 +68,6 @@ namespace osu.Game.Tests.Beatmaps.IO
waitForOrAssert(() => !File.Exists(temp), "Temporary still exists after IPC import", 5000);
host.Exit();
client.Exit();
}
}