mirror of
https://github.com/open-goal/jak-project
synced 2026-07-11 15:28:58 -04:00
update readme and fix always playing str (#1139)
* update readme deps * replace assert * bump timeout * fix memory corruption in kernel * use unknown if level name is invalid
This commit is contained in:
@@ -387,5 +387,8 @@ TEST(SmallVector, Construction) {
|
||||
EXPECT_FALSE(one.empty());
|
||||
}
|
||||
|
||||
TEST(Assert, Death) {
|
||||
EXPECT_DEATH(private_assert_failed("foo", "bar", 12, "aaa"), "");
|
||||
}
|
||||
} // namespace test
|
||||
} // namespace cu
|
||||
Reference in New Issue
Block a user