Skip to content

Commit 220390f

Browse files
committed
tests: fix check line in dso_handle test
1 parent 1725ece commit 220390f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SILGen/dso_handle.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// RUN: %target-swift-emit-silgen -Xllvm -sil-full-demangle %s | %FileCheck %s
22

3-
// CHECK: sil_global public_external [[DSO:@__dso_handle|@__ImageBase]] : $Builtin.RawPointer
3+
// CHECK: sil_global {{.*}}[[DSO:@__dso_handle|@__ImageBase]] : $Builtin.RawPointer
44

55
// CHECK-LABEL: sil [ossa] @main : $@convention(c)
66
// CHECK: bb0

0 commit comments

Comments
 (0)