diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2022-07-04 15:08:28 +1000 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2022-07-04 18:37:29 +1000 |
| commit | 2c911dc16f2ac3237fca7c7626982e6f6a4d0e33 (patch) | |
| tree | a0ebfd913ceff8b7b49795bdcd32724b160c87a6 /src/test/codegen | |
| parent | a7b1d31a9f358747221e8eb9986bb8303d5d6586 (diff) | |
| download | rust-2c911dc16f2ac3237fca7c7626982e6f6a4d0e33.tar.gz rust-2c911dc16f2ac3237fca7c7626982e6f6a4d0e33.zip | |
Avoid unnecessary 1-tuples in derived code.
Diffstat (limited to 'src/test/codegen')
| -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 c97223879ca..260d9de8670 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: @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 |
