@@ -37,18 +37,18 @@ typealias FooTypealias = Int
37
37
// COMMON-DAG: Decl[TypeAlias]/CurrModule{{(/TypeRelation\[Convertible\])?}}: FooTypealias[#Int#]{{; name=.+$}}
38
38
// COMMON-DAG: Decl[GlobalVar]/CurrModule: fooObject[#FooStruct#]{{; name=.+$}}
39
39
// COMMON-DAG: Keyword[try]/None: try{{; name=.+$}}
40
- // COMMON-DAG: Literal[Boolean]/None: true[#Bool#]{{; name=.+$}}
41
- // COMMON-DAG: Literal[Boolean]/None: false[#Bool#]{{; name=.+$}}
40
+ // COMMON-DAG: Literal[Boolean]/None{{(/TypeRelation\[Convertible\])?}} : true[#Bool#]{{; name=.+$}}
41
+ // COMMON-DAG: Literal[Boolean]/None{{(/TypeRelation\[Convertible\])?}} : false[#Bool#]{{; name=.+$}}
42
42
// COMMON-DAG: Literal[Nil]/None: nil{{; name=.+$}}
43
- // COMMON-DAG: Decl[Struct]/OtherModule[Swift]/IsSystem: Int8[#Int8#]{{; name=.+$}}
44
- // COMMON-DAG: Decl[Struct]/OtherModule[Swift]/IsSystem: Int16[#Int16#]{{; name=.+$}}
45
- // COMMON-DAG: Decl[Struct]/OtherModule[Swift]/IsSystem: Int32[#Int32#]{{; name=.+$}}
46
- // COMMON-DAG: Decl[Struct]/OtherModule[Swift]/IsSystem: Int64[#Int64#]{{; name=.+$}}
47
- // COMMON-DAG: Decl[Struct]/OtherModule[Swift]/IsSystem: Bool[#Bool#]{{; name=.+$}}
43
+ // COMMON-DAG: Decl[Struct]/OtherModule[Swift]/IsSystem{{(/TypeRelation\[Convertible\])?}} : Int8[#Int8#]{{; name=.+$}}
44
+ // COMMON-DAG: Decl[Struct]/OtherModule[Swift]/IsSystem{{(/TypeRelation\[Convertible\])?}} : Int16[#Int16#]{{; name=.+$}}
45
+ // COMMON-DAG: Decl[Struct]/OtherModule[Swift]/IsSystem{{(/TypeRelation\[Convertible\])?}} : Int32[#Int32#]{{; name=.+$}}
46
+ // COMMON-DAG: Decl[Struct]/OtherModule[Swift]/IsSystem{{(/TypeRelation\[Convertible\])?}} : Int64[#Int64#]{{; name=.+$}}
47
+ // COMMON-DAG: Decl[Struct]/OtherModule[Swift]/IsSystem{{(/TypeRelation\[Convertible\])?}} : Bool[#Bool#]{{; name=.+$}}
48
48
// COMMON-DAG: Keyword[#function]/None{{(/TypeRelation\[Convertible\])?}}: #function[#String#]{{; name=.+$}}
49
49
// COMMON-DAG: Keyword[#file]/None{{(/TypeRelation\[Convertible\])?}}: #file[#String#]{{; name=.+$}}
50
- // COMMON-DAG: Keyword[#line]/None{{(/TypeRelation\[Convertible\])?}}: #line[#Int #]{{; name=.+$}}
51
- // COMMON-DAG: Keyword[#column]/None{{(/TypeRelation\[Convertible\])?}}: #column[#Int #]{{; name=.+$}}
50
+ // COMMON-DAG: Keyword[#line]/None{{(/TypeRelation\[Convertible\])?}}: #line[#{{.*}} #]{{; name=.+$}}
51
+ // COMMON-DAG: Keyword[#column]/None{{(/TypeRelation\[Convertible\])?}}: #column[#{{.*}} #]{{; name=.+$}}
52
52
// COMMON: End completions
53
53
54
54
// NO_SELF-NOT: {{[[:<:]][Ss]elf[[:>:]]}}
@@ -69,7 +69,7 @@ func testExprPostfixBegin3(fooParam: FooStruct) {
69
69
}
70
70
71
71
func testExprPostfixBegin4( fooParam: FooStruct ) {
72
- " \( #^EXPR_POSTFIX_BEGIN_4 ? xfail = FIXME - 64812321 ; check= COMMON^#) "
72
+ " \( #^EXPR_POSTFIX_BEGIN_4 ? check= COMMON^#) "
73
73
}
74
74
75
75
func testExprPostfixBegin5(fooParam: FooStruct) {
0 commit comments