Skip to content

Commit 681d7df

Browse files
committed
fix up test
1 parent 88cee4c commit 681d7df

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clang/test/Driver/dxc_fcgl.hlsl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
// RUN: not %clang_dxc -fcgl -T lib_6_7 foo.hlsl -### %s 2>&1 | FileCheck %s
2-
// RUN: %clang_dxc -fcgl -T lib_6_7 %s -Xclang -verify
1+
// RUN: %clang_dxc -fcgl -T lib_6_7 %s -### %s 2>&1 | FileCheck %s
32

43
// Make sure fcgl option flag which translated into "-emit-llvm" "-disable-llvm-passes".
54
// CHECK: "-emit-llvm"

0 commit comments

Comments
 (0)