Skip to content

Commit e443302

Browse files
committed
Catch one last runtime function rename
Looks like this didn’t quite make it in 56d55de
1 parent 3adbab3 commit e443302

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)