[HLSL] Fix test writing to an output files (#189684)

The Texture2D-mips-errors.hlsl test was writing it output to a file, but
that is not needed.
This commit is contained in:
Steven Perron 2026-03-31 12:37:40 -04:00 committed by GitHub
parent 9c64cb6dca
commit 8a5e029072
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
// RUN: %clang_cc1 -triple dxil-pc-shadermodel6.0-library -x hlsl -emit-llvm -disable-llvm-passes -finclude-default-header -verify %s
// RUN: %clang_cc1 -triple dxil-pc-shadermodel6.0-library -x hlsl -emit-llvm-only -disable-llvm-passes -finclude-default-header -verify %s
Texture2D<float4> t;