[5] now becomes * because we use the wrapper return type.
git-svn-id: http://root.cern.ch/svn/root/trunk@47170 27541ba8-7e3a-0410-8455-c3a389f83636
This commit is contained in:
parent
2f0d47e0b7
commit
909bc42884
@ -20,5 +20,5 @@ gCling->process("a;", &V);
|
||||
gCling->process("\"Root\"", &V);
|
||||
// CHECK: (const char [5]) "Root"
|
||||
V
|
||||
// CHECK: (cling::StoredValueRef) boxes [(const char [5]) "Root"]
|
||||
// CHECK: (cling::StoredValueRef) boxes [(const char *) "Root"]
|
||||
// End PR #98146
|
||||
|
Loading…
x
Reference in New Issue
Block a user