Skip to content

Commit 68b7891

Browse files
committed
address pr feedback
1 parent 3b7e458 commit 68b7891

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

clang/test/CodeGenHLSL/use-cxx-alt-operator-names.hlsl renamed to clang/test/SemaHLSL/use-cxx-alt-operator-names.hlsl

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
1-
2-
// RUN: %clang_cc1 -finclude-default-header -x hlsl -triple \
3-
// RUN: dxil-pc-shadermodel6.3-library %s \
4-
// RUN: -emit-llvm -disable-llvm-passes -o - | FileCheck %s
5-
6-
// RUN: %clang_cc1 -finclude-default-header -x hlsl -triple \
7-
// RUN: spirv-unknown-vulkan-compute %s \
8-
// RUN: -emit-llvm -disable-llvm-passes -o - | FileCheck %s
1+
// RUN: %clang_cc1 -triple dxil-pc-shadermodel6.3-library %s -ast-dump | FileCheck %s
92

103
// CHECK-LABEL: and
114
void and() {}

0 commit comments

Comments
 (0)