Skip to content

Commit ee25321

Browse files
committed
Fix firstbithigh sema errors test
1 parent a8fc996 commit ee25321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/SemaHLSL/BuiltIns/firstbithigh-errors.hlsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ int test_too_many_arg(int p0) {
1212

1313
double test_int_builtin(double p0) {
1414
return firstbithigh(p0);
15-
// expected-error@-1 {{call to 'firstbithigh' is ambiguous}}
15+
// expected-error@-1 {{no matching function for call to 'firstbithigh'}}
1616
}
1717

1818
double2 test_int_builtin_2(double2 p0) {

0 commit comments

Comments
 (0)