Skip to content

Commit 1876e21

Browse files
committed
Disable test that needs llvm#135287
1 parent 65a7eee commit 1876e21

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: clang/test/SemaHLSL/resource_binding_implicit.hlsl

+3-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ RWBuffer<int> c;
1414
// No warning - explicit binding.
1515
RWBuffer<float> d : register(u0);
1616

17-
// expected-warning@+1 {{resource has implicit register binding}}
18-
RWBuffer<float> dd : register(space1);
17+
// TODO: Add this test once #135287 lands
18+
// TODO: ... @+1 {{resource has implicit register binding}}
19+
// TODO: RWBuffer<float> dd : register(space1);
1920

2021
// No warning - explicit binding.
2122
RWBuffer<float> ddd : register(u3, space4);

0 commit comments

Comments
 (0)