Skip to content

Commit 3277c91

Browse files
committed
Re-enable and update testcase that was disabled in 8a5ed40.
<rdar://problem/24428756>
1 parent f944d91 commit 3277c91

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/DebugInfo/basic.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
// RUN: %target-swift-frontend %s -emit-ir -g -o - | FileCheck %s
2020
// RUN: %target-swift-frontend %s -emit-ir -g -o - -disable-sil-linking | FileCheck %s --check-prefix=CHECK-NOSIL
2121
// --------------------------------------------------------------------
22-
// FIXME: <rdar://problem/24428756> DebugInfo/basic.swift test fails after fixing var params
23-
// REQUIRES: disabled
2422
//
2523
// CHECK: foo
2624
// CHECK-DAG: ret{{.*}}, !dbg ![[RET:[0-9]+]]
@@ -29,7 +27,7 @@ public
2927
func foo(_ a: Int64, _ b: Int64) -> Int64 {
3028
var a = a
3129
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)
3331
// CHECK-DAG: ![[ASCOPE:.*]] = !DILocation(line: [[@LINE-4]], column: 10, scope: ![[FOO]])
3432
// Check that a is the first and b is the second argument.
3533
// CHECK-DAG: store i64 %0, i64* [[AADDR:.*]], align 8

0 commit comments

Comments
 (0)