1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-10 02:13:40 +08:00

Remove explicit .Exit on IPC test

This commit is contained in:
smoogipoo
2018-02-08 14:03:37 +09:00
Unverified
parent a7aaaf9088
commit 4f5bfdb888
@@ -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();
}
}