Skip to content

Commit d6161ae

Browse files
committed
Fix test
1 parent f31c577 commit d6161ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clang/test/Driver/dxc_fspv_extension.hlsl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616

1717
// Check for the error message if the extension name is not properly formed.
1818
// RUN: not %clang_dxc -spirv -Tlib_6_7 -### %s -fspv-extension=KHR_BAD -fspv-extension=TEST1 -fspv-extension=SPV_GOOD -fspv-extension=TEST2 2>&1 | FileCheck %s -check-prefix=FAIL
19-
// FAIL: invalid value 'KHR_BAD' in '-fspv_extension'
20-
// FAIL: invalid value 'TEST1' in '-fspv_extension'
21-
// FAIL: invalid value 'TEST2' in '-fspv_extension'
19+
// FAIL: invalid value 'KHR_BAD' in '-fspv-extension'
20+
// FAIL: invalid value 'TEST1' in '-fspv-extension'
21+
// FAIL: invalid value 'TEST2' in '-fspv-extension'
2222

2323
// If targeting DXIL, the `-spirv-ext` should not be passed to the backend.
2424
// RUN: %clang_dxc -Tlib_6_7 -### %s 2>&1 | FileCheck %s -check-prefix=DXIL

0 commit comments

Comments
 (0)