Skip to content

Commit 24f7304

Browse files
committed
XFAIL reconstruct_type_from_mangled_name
1 parent 647ccdf commit 24f7304

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/IDE/reconstruct_type_from_mangled_name.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// RUN: %target-swift-ide-test -reconstruct-type -source-filename %s | %FileCheck %s -implicit-check-not="FAILURE"
2+
// XFAIL: *
23

34
struct Mystruct1 {
45
// CHECK: decl: struct Mystruct1
@@ -64,7 +65,7 @@ class Myclass2 {
6465

6566
arr1.append(1)
6667
// FIXME: missing append()
67-
// CHECK: dref: FAILURE for 'append' usr=s:Sa6appendyyxF
68+
// CHECK: dref: FAILURE for 'append' usr=s:Sa6appendyyxnF
6869
// CHECK: type: (inout Array<Int>) -> (Int) -> ()
6970

7071
var arr2 : [Mystruct1]

0 commit comments

Comments
 (0)