Skip to content

Commit 0c6d67d

Browse files
committed
remove useless check line
1 parent de6d197 commit 0c6d67d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

clang/test/Driver/dxc_D.hlsl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// RUN: %clang_dxc -DTEST=2 -Tlib_6_7 -### %s 2>&1 | FileCheck %s
2-
// RUN: %clang_dxc -DTEST=2 -Tlib_6_7 %s | FileCheck %s --check-prefix=ERROR
32

43
// Make sure -D send to cc1.
54
// CHECK:"-D" "TEST=2"
@@ -9,5 +8,3 @@
98
#elif TEST != 2
109
#error "TEST defined to wrong value"
1110
#endif
12-
13-
// ERROR-NOT: error:

0 commit comments

Comments
 (0)