Skip to content

Commit 895f4a7

Browse files
hahnjodevajithvs
authored andcommitted
[cling] Update expected output of cling/test/Lookup/data.C
1 parent 6e2aaaa commit 895f4a7

File tree

1 file changed

+2
-2
lines changed
  • interpreter/cling/test/Lookup

1 file changed

+2
-2
lines changed

interpreter/cling/test/Lookup/data.C

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,13 +105,13 @@ decl = lookup.findDataMember(class_tempFlt,"gValue", diags);
105105
printScope(decl->getDeclContext());
106106
decl->dump(cling::outs());
107107
//CHECK-NEXT: Context is aTemplate
108-
//CHECK-NEXT: VarDecl 0x{{[1-9a-f][0-9a-f]*}} <{{.*}}> col:13 gValue 'float':'float' static
108+
//CHECK-NEXT: VarDecl 0x{{[1-9a-f][0-9a-f]*}} <{{.*}}> col:13 gValue 'float' implicit_instantiation static
109109

110110
decl = lookup.findDataMember(class_tempFlt,"fMember", diags);
111111
printScope(decl->getDeclContext());
112112
decl->dump(cling::outs());
113113
//CHECK-NEXT: Context is aTemplate
114-
//CHECK-NEXT: FieldDecl 0x{{[1-9a-f][0-9a-f]*}} <{{.*}}> col:6 fMember 'float':'float'
114+
//CHECK-NEXT: FieldDecl 0x{{[1-9a-f][0-9a-f]*}} <{{.*}}> col:6 fMember 'float'
115115

116116
decl = lookup.findDataMember(namespace_NS,"gValue", diags);
117117
printScope(decl->getDeclContext());

0 commit comments

Comments
 (0)