Skip to content

Commit c1805f5

Browse files
authored
Change test directive from check-pass to run-pass
Update test to check for run-pass instead of check-pass.
1 parent 96102b7 commit c1805f5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/ui/issues/issue-zst-nthback-148682.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
// @ check-pass
2-
//test Intolter::nth_back does not cause UB for ZSTs with high alignment
1+
//@ run-pass
32
#[repr(align(8))]
43
struct Thing;
54

0 commit comments

Comments
 (0)