You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of #2980 - JohnTitor:ignore-res-init-macos, r=JohnTitor
Ignore `res_init` test on macOS
This addresses the below failure:
```
= note: Undefined symbols for architecture x86_64:
"_res_9_init", referenced from:
main::fn_res_init::h8e336279ac8061c4 in main-00bd2ff8180a104c.3yxb2bpe56zwhp2u.rcgu.o
___test_fn_res_init in libmain.a(main.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
```
Signed-off-by: Yuki Okushi <[email protected]>
0 commit comments