Skip to content

Commit

Permalink
[SYCL] Adjust additional test for clang verification
Browse files Browse the repository at this point in the history
The names of classes is now emitted fully qualified, so test expected errors needed to adjust
  • Loading branch information
calebwat committed Jul 2, 2024
1 parent 73b3c3f commit f48bae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sycl/test/basic_tests/vectors/ctad_fail.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
#include <sycl/sycl.hpp>

int main() {
sycl::vec v(1, .1); // expected-error {{no viable constructor or deduction guide for deduction of template arguments of 'vec'}}
sycl::vec v(1, .1); // expected-error {{no viable constructor or deduction guide for deduction of template arguments of 'sycl::vec'}}
}

0 comments on commit f48bae2

Please sign in to comment.