File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 19
19
// RUN: %target-swift-frontend %s -emit-ir -g -o - | FileCheck %s
20
20
// RUN: %target-swift-frontend %s -emit-ir -g -o - -disable-sil-linking | FileCheck %s --check-prefix=CHECK-NOSIL
21
21
// --------------------------------------------------------------------
22
- // FIXME: <rdar://problem/24428756> DebugInfo/basic.swift test fails after fixing var params
23
- // REQUIRES: disabled
24
22
//
25
23
// CHECK: foo
26
24
// CHECK-DAG: ret{{.*}}, !dbg ![[RET:[0-9]+]]
29
27
func foo( _ a: Int64 , _ b: Int64 ) -> Int64 {
30
28
var a = a
31
29
var b = b
32
- // CHECK-DAG: !DILexicalBlock(scope: ![[FOO]],{{.*}} line: [[@LINE-3]], column: 41 )
30
+ // CHECK-DAG: !DILexicalBlock(scope: ![[FOO]],{{.*}} line: [[@LINE-3]], column: 43 )
33
31
// CHECK-DAG: ![[ASCOPE:.*]] = !DILocation(line: [[@LINE-4]], column: 10, scope: ![[FOO]])
34
32
// Check that a is the first and b is the second argument.
35
33
// CHECK-DAG: store i64 %0, i64* [[AADDR:.*]], align 8
You can’t perform that action at this time.
0 commit comments