@@ -123,15 +123,15 @@ func testSwiftCompletions(foo: SwiftStruct) {
123
123
// CLANG_BAR: End completions
124
124
125
125
// CLANG_BOTH_FOO_BAR: Begin completions
126
- // CLANG_BOTH_FOO_BAR-DAG: Decl[FreeFunction]/OtherModule[Bar]: redeclaredInMultipleModulesFunc1({#(a): Int32#})[#Int32#]{{; name=.+$}}
126
+ // CLANG_BOTH_FOO_BAR-DAG: Decl[FreeFunction]/OtherModule[{{(Foo| Bar)}} ]: redeclaredInMultipleModulesFunc1({#(a): Int32#})[#Int32#]{{; name=.+$}}
127
127
// CLANG_BOTH_FOO_BAR: End completions
128
128
129
129
// CLANG_QUAL_FOO_NEGATIVE-NOT: bar
130
130
// CLANG_QUAL_FOO_NEGATIVE-NOT: :{{.*}}Bar
131
131
// CLANG_QUAL_FOO_NEGATIVE-NOT: BAR
132
132
133
133
// CLANG_QUAL_BAR_NEGATIVE-NOT: foo
134
- // CLANG_QUAL_BAR_NEGATIVE-NOT: Foo
134
+ // CLANG_QUAL_BAR_NEGATIVE-NOT: :{{.*}} Foo
135
135
// CLANG_QUAL_BAR_NEGATIVE-NOT: FOO
136
136
137
137
func testClangModule( ) {
@@ -169,7 +169,7 @@ func testCompleteModuleQualifiedFoo2() {
169
169
// CLANG_QUAL_FOO_2-DAG: Decl[FreeFunction]/OtherModule[FooHelper]: .fooHelperFunc1({#(a): Int32#})[#Int32#]{{; name=.+$}}
170
170
// CLANG_QUAL_FOO_2-DAG: Decl[FreeFunction]/OtherModule[FooHelper.FooHelperSub]: .fooHelperSubFunc1({#(a): Int32#})[#Int32#]{{; name=.+$}}
171
171
// CLANG_QUAL_FOO_2-DAG: Decl[FreeFunction]/OtherModule[Foo.FooSub]: .fooSubFunc1({#(a): Int32#})[#Int32#]{{; name=.+$}}
172
- // CLANG_QUAL_FOO_2-DAG: Decl[FreeFunction]/OtherModule[Bar]: .redeclaredInMultipleModulesFunc1({#(a): Int32#})[#Int32#]{{; name=.+$}}
172
+ // CLANG_QUAL_FOO_2-DAG: Decl[FreeFunction]/OtherModule[{{(Foo| Bar)}} ]: .redeclaredInMultipleModulesFunc1({#(a): Int32#})[#Int32#]{{; name=.+$}}
173
173
// CLANG_QUAL_FOO_2-DAG: Decl[FreeFunction]/OtherModule[Foo]: .theLastDeclInFoo()[#Void#]{{; name=.+$}}
174
174
// CLANG_QUAL_FOO_2-DAG: Decl[GlobalVar]/OtherModule[Foo]: .FOO_MACRO_1[#Int32#]{{; name=.+$}}
175
175
// CLANG_QUAL_FOO_2-DAG: Decl[GlobalVar]/OtherModule[Foo]: .FOO_MACRO_2[#Int32#]{{; name=.+$}}
0 commit comments