summaryrefslogtreecommitdiffstats
path: root/llgo
diff options
context:
space:
mode:
Diffstat (limited to 'llgo')
-rw-r--r--llgo/test/irgen/imports.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/llgo/test/irgen/imports.go b/llgo/test/irgen/imports.go
index ae6498a8cbe..c0f9f56a325 100644
--- a/llgo/test/irgen/imports.go
+++ b/llgo/test/irgen/imports.go
@@ -13,7 +13,7 @@ var X interface{}
// CHECK-NEXT: %[[N:.*]] = load i1, i1* @"init$guard"
// CHECK-NEXT: br i1 %[[N]], label %{{.*}}, label %[[L:.*]]
-// CHECK: ; <label>:[[L]]
+// CHECK: [[L]]:
// CHECK-NEXT: call void @__go_register_gc_roots
// CHECK-NEXT: store i1 true, i1* @"init$guard"
// CHECK-NEXT: call void @fmt..import(i8* undef)
OpenPOWER on IntegriCloud