]> git.lizzy.rs Git - rust.git/blobdiff - src/test/codegen/consts.rs
Rollup merge of #99479 - Enselic:import-can-be-without-id, r=camelid
[rust.git] / src / test / codegen / consts.rs
index c97223879ca3ab4c806918dfd8b51fc2adb3838a..260d9de867087696af0675fb36d1dab22c2aa68c 100644 (file)
@@ -10,7 +10,7 @@
 // CHECK: @STATIC = {{.*}}, align 4
 
 // This checks the constants from inline_enum_const
-// CHECK: @alloc14 = {{.*}}, 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