forked from OSchip/llvm-project
Don't run test/ClangScanDeps/modules-symlink.c on Windows
'ln -s' isn't Windows friendly.
This commit is contained in:
parent
217570b03b
commit
c1335166b2
|
@ -1,5 +1,6 @@
|
||||||
// RUN: rm -rf %t
|
// RUN: rm -rf %t
|
||||||
// RUN: split-file %s %t
|
// RUN: split-file %s %t
|
||||||
|
// UNSUPPORTED: system-windows
|
||||||
|
|
||||||
//--- cdb_pch.json
|
//--- cdb_pch.json
|
||||||
[
|
[
|
||||||
|
|
Loading…
Reference in New Issue