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() {
|
||||
void (*main)(void*) = resolve_symbol("kfun:main");
|
||||
void (*main)(void*) = resolve_symbol("kfun:main(Array<String>)");
|
||||
|
||||
main((void*)0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user