Skip to content

Commit e38d869

Browse files
committed
remove unrecognized dxilver
1 parent c68f33a commit e38d869

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/clang/test/SemaHLSL/raytracingpipelineconfig1-warnings.hlsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %dxilver 1.8 | %dxc -T lib_6_8 -verify %s
1+
// RUN: %dxc -T lib_6_8 -verify %s
22

33
// expected-warning@+1{{potential misuse of built-in constant 'RAYTRACING_PIPELINE_FLAG_ALLOW_OPACITY_MICROMAPS' in shader model lib_6_8; introduced in shader model 6.9}}
44
RaytracingPipelineConfig1 rpc = { 32, RAYTRACING_PIPELINE_FLAG_ALLOW_OPACITY_MICROMAPS };

0 commit comments

Comments
 (0)