We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6aa92c commit e46c1adCopy full SHA for e46c1ad
src/test/codegen/consts.rs
@@ -19,12 +19,12 @@
19
// CHECK: @STATIC = {{.*}}, align 4
20
21
// This checks the constants from inline_enum_const
22
-// CHECK: @ref{{[0-9]+}} = {{.*}}, align 2
+// CHECK: @ref.{{[0-9]+}} = {{.*}}, align 2
23
24
// This checks the constants from {low,high}_align_const, they share the same
25
// constant, but the alignment differs, so the higher one should be used
26
-// CHECK: [[LOW_HIGH:@ref[0-9]+]] = {{.*}}, align 4
27
-// CHECK: [[LOW_HIGH_REF:@const[0-9]+]] = {{.*}} [[LOW_HIGH]]
+// CHECK: [[LOW_HIGH:@ref.[0-9]+]] = {{.*}}, align 4
+// CHECK: [[LOW_HIGH_REF:@const.[0-9]+]] = {{.*}} [[LOW_HIGH]]
28
29
#[derive(Copy, Clone)]
30
0 commit comments