From c7efad044c0f5f7d1aa25f8f7b9fd205087f8da4 Mon Sep 17 00:00:00 2001 From: Oli Scherer Date: Tue, 15 Mar 2022 16:30:54 +0000 Subject: [PATCH] Update allocation id --- src/test/codegen/consts.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/codegen/consts.rs b/src/test/codegen/consts.rs index 1a84f1a4479..e6afbe49864 100644 --- a/src/test/codegen/consts.rs +++ b/src/test/codegen/consts.rs @@ -10,7 +10,7 @@ // CHECK: @STATIC = {{.*}}, align 4 // This checks the constants from inline_enum_const -// CHECK: @alloc9 = {{.*}}, align 2 +// CHECK: @alloc12 = {{.*}}, align 2 // This checks the constants from {low,high}_align_const, they share the same // constant, but the alignment differs, so the higher one should be used