Skip to content

Commit bd44eaa

Browse files
committed
Add new line in dst.hlsl and dst-error.hlsl
1 parent cd53a27 commit bd44eaa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clang/test/CodeGenHLSL/builtins/dst.hlsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@ float4 testfloat4(float a, float4 b)
8282
half4 testRetTypeShriinking(float4 a, float4 b)
8383
{
8484
return dst(a, b);
85-
}
85+
}

clang/test/SemaHLSL/BuiltIns/dst-error.hlsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ float2 test_float2(float4 p0, float4 p1)
4848
{
4949
return dst(p0, p1);
5050
// expected-warning@-1 {{implicit conversion truncates vector: 'vector<float, 4>' (vector of 4 'float' values) to 'vector<float, 2>' (vector of 2 'float' values)}}
51-
}
51+
}

0 commit comments

Comments
 (0)