mirror of
https://github.com/open-goal/jak-project
synced 2026-08-21 14:54:53 -04:00
expand symbol table (#1534)
* expand symbol table * ah! * fix minor errors * fix kernel test * fix another test
This commit is contained in:
@@ -103,9 +103,9 @@ TEST_F(VariableTests, StackStructureAlignment) {
|
||||
|
||||
TEST_F(VariableTests, GetSymbol) {
|
||||
shared_compiler->runner.run_static_test(env, testCategory, "get-symbol-1.static.gc",
|
||||
{"1342756\n"}); // 0x147d24 in hex
|
||||
{"1375524\n"}); // 0x14fd24 in hex
|
||||
shared_compiler->runner.run_static_test(env, testCategory, "get-symbol-2.static.gc",
|
||||
{"1342764\n"}); // 0x147d2c in hex
|
||||
{"1375532\n"}); // 0x14fd2c in hex
|
||||
}
|
||||
|
||||
TEST_F(VariableTests, Constants) {
|
||||
|
||||
Reference in New Issue
Block a user