Skip to content

Commit a131262

Browse files
tex3dSterling-Augustine
authored andcommitted
Fix failing test caused by b70d327
`clang/test/Sema/aarch64-sve-vector-trig-ops.c` wasn't updated when merging PR llvm#110187, which changed the expected diagnostics for the atan2 test.
1 parent 399a438 commit a131262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Sema/aarch64-sve-vector-trig-ops.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ svfloat32_t test_atan_vv_i8mf8(svfloat32_t v) {
2525
svfloat32_t test_atan2_vv_i8mf8(svfloat32_t v) {
2626

2727
return __builtin_elementwise_atan2(v, v);
28-
// expected-error@-1 {{1st argument must be a vector, integer or floating point type}}
28+
// expected-error@-1 {{1st argument must be a floating point type}}
2929
}
3030

3131
svfloat32_t test_sin_vv_i8mf8(svfloat32_t v) {

0 commit comments

Comments
 (0)