Add test for ROOT-6650.
This commit is contained in:
parent
46aca4b23e
commit
1497128ee7
@ -20,4 +20,7 @@ hsdghfjagsp->Draw() // CHECK: (int) 12
|
||||
h->PrintString(std::string("test")); // CHECK: test
|
||||
int a[5] = {1,2,3,4,5};
|
||||
h->PrintArray(a, 5); // CHECK: 12345
|
||||
|
||||
// ROOT-6650
|
||||
std::string* s = new std::string(h->getVersion());
|
||||
.q
|
||||
|
Loading…
x
Reference in New Issue
Block a user