backend/tests: update resolved symbol names
according to new mangling scheme
This commit is contained in:
@@ -2,7 +2,7 @@ extern void *resolve_symbol(const char*);
|
||||
|
||||
int
|
||||
run_test() {
|
||||
int (*local_variable)(int) = resolve_symbol("kfun:local_variable");
|
||||
int (*local_variable)(int) = resolve_symbol("kfun:local_variable(Int)");
|
||||
|
||||
if (local_variable(3) != 14) return 1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user