Skip to content

Commit c5633f8

Browse files
github-actions[bot]alsepkow
authored andcommitted
chore: autopublish 2026-04-08T23:42:28Z
1 parent d2dacf0 commit c5633f8

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

tools/clang/unittests/HLSLExec/LongVectors.cpp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2729,19 +2729,19 @@ class DxilConf_SM69_Vectorized_Core : public TestClassCommon {
27292729
#define HLK_TEST_DOUBLE(Op, DataType) \
27302730
TEST_METHOD(Op##_##DataType) { \
27312731
BEGIN_TEST_METHOD_PROPERTIES() \
2732-
TEST_METHOD_PROPERTY( \
2733-
"Kits.Specification", \
2734-
"Device.Graphics.D3D12.DXILCore.ShaderModel69.DoublePrecision.Optional") \
2732+
TEST_METHOD_PROPERTY("Kits.Specification", \
2733+
"Device.Graphics.D3D12.DXILCore.ShaderModel69." \
2734+
"DoublePrecision.Optional") \
27352735
END_TEST_METHOD_PROPERTIES() \
27362736
runTest<DataType, OpType::Op>(); \
27372737
}
27382738

27392739
#define HLK_WAVEOP_TEST_DOUBLE(Op, DataType) \
27402740
TEST_METHOD(Op##_##DataType) { \
27412741
BEGIN_TEST_METHOD_PROPERTIES() \
2742-
TEST_METHOD_PROPERTY( \
2743-
"Kits.Specification", \
2744-
"Device.Graphics.D3D12.DXILCore.ShaderModel69.DoublePrecision.Optional") \
2742+
TEST_METHOD_PROPERTY("Kits.Specification", \
2743+
"Device.Graphics.D3D12.DXILCore.ShaderModel69." \
2744+
"DoublePrecision.Optional") \
27452745
END_TEST_METHOD_PROPERTIES() \
27462746
runWaveOpTest<DataType, OpType::Op>(); \
27472747
}

0 commit comments

Comments
 (0)