Skip to content

Commit c347de1

Browse files
committed
Remove workaround from test
1 parent 97964f1 commit c347de1

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

test/DebugInfo/variadic-generics-count.swift

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// RUN: %target-swift-frontend -emit-ir %s -g -o - \
22
// RUN: -enable-experimental-feature VariadicGenerics \
3-
// RUN: -parse-as-library -module-name a \
4-
// RUN: -disable-round-trip-debug-types | %FileCheck %s
5-
// FIXME: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ remove this!
6-
// rdar://105021109
3+
// RUN: -parse-as-library -module-name a | %FileCheck %s
74

85
public func f1<T...>(ts: repeat each T) {
96
// CHECK: define {{.*}} @"$s1a2f12tsyxxQp_tlF"(%swift.opaque** {{.*}}, i{{32|64}} [[COUNT1_1:.*]], %swift.type** {{.*}})

test/DebugInfo/variadic-generics.swift

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// RUN: %target-swift-frontend -emit-ir %s -g -o - \
22
// RUN: -enable-experimental-feature VariadicGenerics \
3-
// RUN: -parse-as-library -module-name a \
4-
// RUN: -disable-round-trip-debug-types | %FileCheck %s
5-
// FIXME: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ remove this!
6-
// rdar://105021109
3+
// RUN: -parse-as-library -module-name a | %FileCheck %s
74

85
public func foo<T...>(args: repeat each T) {
96
// CHECK: define {{.*}} @"$s1a3foo4argsyxxQp_tlF"

0 commit comments

Comments
 (0)