[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:
Axel Naumann 2012-11-11 16:13:02 +00:00
parent 2f0d47e0b7
commit 909bc42884

View File

@ -20,5 +20,5 @@ gCling->process("a;", &V);
gCling->process("\"Root\"", &V); gCling->process("\"Root\"", &V);
// CHECK: (const char [5]) "Root" // CHECK: (const char [5]) "Root"
V V
// CHECK: (cling::StoredValueRef) boxes [(const char [5]) "Root"] // CHECK: (cling::StoredValueRef) boxes [(const char *) "Root"]
// End PR #98146 // End PR #98146