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 3adbab3 commit e443302Copy full SHA for e443302
test/DebugInfo/bbentry-location.swift
@@ -14,7 +14,7 @@ class ActionViewController
14
let itemProvider = provider as! NSItemProvider
15
// CHECK: load {{.*}}selector
16
// CHECK:; <label>{{.*}} ; preds = %{{[0-9]+}}
17
-// CHECK: @rt_swift_allocObject({{.*}}, !dbg ![[DBG:[0-9]+]]
+// CHECK: @swift_rt_swift_allocObject({{.*}}, !dbg ![[DBG:[0-9]+]]
18
// Test that the location is reset at the entry of a new basic block.
19
// CHECK: ![[DBG]] = {{.*}}line: 0
20
if itemProvider.hasItemConformingToTypeIdentifier("") {
0 commit comments