You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
166 B

#include <gtest/gtest.h>
#include "all.h"
TEST(Diablo, diablo_pause_game_unpause) {
dvl::PauseMode = 1;
dvl::diablo_pause_game();
EXPECT_EQ(dvl::PauseMode, 0);
}