Skip to content

Commit 254bf60

Browse files
committed
Make test order-independent.
1 parent 54a1401 commit 254bf60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/codegen/iter-repeat-n-trivial-drop.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ pub fn iter_repeat_n_next(it: &mut std::iter::RepeatN<NotCopy>) -> Option<NotCop
3333

3434
// CHECK: [[EMPTY]]:
3535
// CHECK-NOT: br
36-
// CHECK: phi i16 [ undef, %start ], [ %[[VAL]], %[[NOT_EMPTY]] ]
36+
// CHECK: phi i16
3737
// CHECK-NOT: br
3838
// CHECK: ret
3939

0 commit comments

Comments
 (0)