about summary refs log tree commit diff
diff options
context:
space:
mode:
authorCamille GILLOT <gillot.camille@gmail.com>2023-07-19 09:59:35 +0000
committerCamille GILLOT <gillot.camille@gmail.com>2023-07-19 09:59:35 +0000
commit254bf6027d83a94e93b5112d558c81a3e050413f (patch)
tree629cbd91c82e87e88b3f0e05abcaec389fcc0834
parent54a140159d91d769e0a202c4cee5d3bf233f9e1a (diff)
downloadrust-254bf6027d83a94e93b5112d558c81a3e050413f.tar.gz
rust-254bf6027d83a94e93b5112d558c81a3e050413f.zip
Make test order-independent.
-rw-r--r--tests/codegen/iter-repeat-n-trivial-drop.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/codegen/iter-repeat-n-trivial-drop.rs b/tests/codegen/iter-repeat-n-trivial-drop.rs
index 24059f190ac..68b10934a0d 100644
--- a/tests/codegen/iter-repeat-n-trivial-drop.rs
+++ b/tests/codegen/iter-repeat-n-trivial-drop.rs
@@ -33,7 +33,7 @@ pub fn iter_repeat_n_next(it: &mut std::iter::RepeatN<NotCopy>) -> Option<NotCop
 
     // CHECK: [[EMPTY]]:
     // CHECK-NOT: br
-    // CHECK: phi i16 [ undef, %start ], [ %[[VAL]], %[[NOT_EMPTY]] ]
+    // CHECK: phi i16
     // CHECK-NOT: br
     // CHECK: ret