Skip to content

Commit 0d48d73

Browse files
committed
[NFC][Driver] Require shell for spirv-tools-err.c
The env PATH='' won't work on windows.
1 parent 7d78adf commit 0d48d73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/test/Driver/spirv-tools-err.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// UNSUPPORTED: spirv-tools
22
// REQUIRES: spirv-registered-target
3+
// REQUIRES: shell
34

45
// RUN: env PATH='' not %clang -o /dev/null --target=spirv64 --save-temps -v %s 2>&1 | FileCheck %s
56

0 commit comments

Comments
 (0)