Skip to content

Commit 786ac12

Browse files
authored
Merge pull request #5325 from CodaFi/renamification
2 parents 3adbab3 + e443302 commit 786ac12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/DebugInfo/bbentry-location.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class ActionViewController
1414
let itemProvider = provider as! NSItemProvider
1515
// CHECK: load {{.*}}selector
1616
// CHECK:; <label>{{.*}} ; preds = %{{[0-9]+}}
17-
// CHECK: @rt_swift_allocObject({{.*}}, !dbg ![[DBG:[0-9]+]]
17+
// CHECK: @swift_rt_swift_allocObject({{.*}}, !dbg ![[DBG:[0-9]+]]
1818
// Test that the location is reset at the entry of a new basic block.
1919
// CHECK: ![[DBG]] = {{.*}}line: 0
2020
if itemProvider.hasItemConformingToTypeIdentifier("") {

0 commit comments

Comments
 (0)