diff options
| author | Oli Scherer <git-spam-no-reply9815368754983@oli-obk.de> | 2022-03-15 16:30:54 +0000 |
|---|---|---|
| committer | Oli Scherer <git-spam-no-reply9815368754983@oli-obk.de> | 2022-03-23 16:50:42 +0000 |
| commit | c7efad044c0f5f7d1aa25f8f7b9fd205087f8da4 (patch) | |
| tree | a571f1984547d8cf6ed284bdb93fd1242dfa81f0 | |
| parent | 695c2e3e536907e7303ed1202f0a5a4f541ce415 (diff) | |
| download | rust-c7efad044c0f5f7d1aa25f8f7b9fd205087f8da4.tar.gz rust-c7efad044c0f5f7d1aa25f8f7b9fd205087f8da4.zip | |
Update allocation id
| -rw-r--r-- | src/test/codegen/consts.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
