Skip to content

Commit 121f2a9

Browse files
committed
fix broken test
1 parent 2e932a5 commit 121f2a9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

clang/test/SemaHLSL/BuiltIns/vector-constructors-erros.hlsl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,4 @@ void entry() {
1717
// These _should_ work in HLSL but aren't yet supported.
1818
S s;
1919
float2 GettingStrange = float2(s, s); // expected-error{{no viable conversion from 'S' to 'float'}} expected-error{{no viable conversion from 'S' to 'float'}}
20-
S2 s2;
21-
float2 EvenStranger = float2(s2); // expected-error{{cannot convert 'S2' to 'float2' (vector of 2 'float' values) without a conversion operator}}
2220
}

0 commit comments

Comments
 (0)