Skip to content

Commit 82b649b

Browse files
committed
review: fix check-prefixes to ensure errored test fails
1 parent 9a0a9a2 commit 82b649b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clang/test/AST/HLSL/RootSignatures-AST.hlsl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
// RUN: %clang_cc1 -triple dxil-pc-shadermodel6.0-library -ast-dump \
2-
// RUN: -disable-llvm-passes -o - %s | FileCheck %s
2+
// RUN: -disable-llvm-passes -o - %s | FileCheck %s --check-prefixes=CHECK,CHECK-V1_1
33
// RUN: %clang_cc1 -triple dxil-pc-shadermodel6.0-library -ast-dump \
44
// RUN: -fdx-rootsignature-version=rootsig_1_0 \
5-
// RUN: -disable-llvm-passes -o - %s | FileCheck %s --check-prefix=CHECK-V1_0
5+
// RUN: -disable-llvm-passes -o - %s | FileCheck %s --check-prefixes=CHECK,CHECK-V1_0
66
// RUN: %clang_cc1 -triple dxil-pc-shadermodel6.0-library -ast-dump \
77
// RUN: -fdx-rootsignature-version=rootsig_1_1 \
8-
// RUN: -disable-llvm-passes -o - %s | FileCheck %s --check-prefix=CHECK-V1_1
8+
// RUN: -disable-llvm-passes -o - %s | FileCheck %s --check-prefixes=CHECK,CHECK-V1_1
99

1010
// This test ensures that the sample root signature is parsed without error and
1111
// the Attr AST Node is created succesfully. If an invalid root signature was

0 commit comments

Comments
 (0)