Skip to content

Commit 2255c53

Browse files
committed
remove xfail
1 parent 595ce41 commit 2255c53

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// RUN: %clang_cc1 -std=hlsl2021 -finclude-default-header -x hlsl -triple \
22
// RUN: dxil-pc-shadermodel6.3-library %s -fnative-half-type \
33
// RUN: -emit-llvm -disable-llvm-passes -verify -verify-ignore-unexpected
4-
// NOTE: This test is marked XFAIL because when overload resolution merges
5-
// NOTE: test_dot_element_type_mismatch & test_dot_scalar_mismatch will have different behavior
6-
// XFAIL: *
74

85
float test_first_arg_is_not_vector ( float p0, float2 p1 ) {
96
return dot ( p0, p1 );

0 commit comments

Comments
 (0)