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 99a24d4 commit 7e206ceCopy full SHA for 7e206ce
test/DebugInfo/top_level_code.swift
@@ -7,7 +7,7 @@ func markUsed<T>(_ t: T) {}
7
// proceeds to the first line.
8
// CHECK: .loc {{[0-9]}} 0 {{[0-9]}}
9
// CHECK-NOT: Lfunc_end0:
10
-// CHECK: .loc {{[0-9]}} [[@LINE+1]] {{[0-9]}} prologue_end
+// CHECK: .loc {{[0-9]}} {{[0-9][0-9]*}} {{[0-9]}} prologue_end
11
var a = 1
12
var b = 2
13
markUsed(a+b)
0 commit comments