Skip to content

Commit 631547d

Browse files
committed
Remove slash from test. Win and Linux use a different charater.
1 parent 163b214 commit 631547d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Driver/dxc_I.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// RUN: %clang_dxc -Tlib_6_3 -### %s 2>&1 | FileCheck %s
22

33
// Make sure a non `.hlsl` file is considered an HLSL source file in dxc mode.
4-
// CHECK: "-x" "hlsl" "{{.*}}/dxc_I.test"
4+
// CHECK: "-x" "hlsl" "{{.*}}dxc_I.test"

0 commit comments

Comments
 (0)