[test] Add UNSUPPORTED: system-windows to linux-ld.c

We should have a test verifying / \ for Windows but have such a long
test specifically for Linux cross compilation suffer from Windows \
is too troublesome.
This commit is contained in:
Fangrui Song 2021-03-27 16:46:30 -07:00
parent dced4649af
commit dcaa0293c1
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
// UNSUPPORTED: system-windows
// General tests that ld invocations on Linux targets sane. Note that we use
// sysroot to make these tests independent of the host system.
//