mem tool handles (#835)

This commit is contained in:
water111
2021-09-06 20:28:54 -04:00
committed by GitHub
parent 7099a1964e
commit c53f778ab0
2 changed files with 59 additions and 0 deletions
+3
View File
@@ -374,6 +374,9 @@ TEST_F(WithGameTests, GameCount) {
shared_compiler->compiler.run_test_from_string("(dgo-load \"game\" global #xf #x200000)");
shared_compiler->runner.run_static_test(env, testCategory, "test-game-count.gc",
get_test_pass_string("game-count", 4));
// don't leave behind a weird version of the game-count file.
std::filesystem::remove(file_util::get_file_path({"out", "iso", "GAME.CGO"}));
std::filesystem::remove(file_util::get_file_path({"out", "obj", "game-cnt.go"}));
}
TEST_F(WithGameTests, BitFieldAccess) {