From c7d439136bd34fc8d74685e621d9009631effc03 Mon Sep 17 00:00:00 2001 From: Ayaz Hafiz Date: Thu, 7 Apr 2022 08:54:07 -0400 Subject: [PATCH] Flip refcount test symbols --- compiler/test_gen/src/gen_refcount.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/test_gen/src/gen_refcount.rs b/compiler/test_gen/src/gen_refcount.rs index 25ade5e934..5b857a1fbc 100644 --- a/compiler/test_gen/src/gen_refcount.rs +++ b/compiler/test_gen/src/gen_refcount.rs @@ -301,8 +301,8 @@ fn refcount_different_rosetrees_inc() { (Pointer, Pointer), &[ Live(2), // s - Live(3), // i1 Live(2), // s1 + Live(3), // i1 Live(1), // [i1, i1] Live(1), // i2 Live(1), // [s1, s1]