Add test for ROOT-6650.

This commit is contained in:
Axel Naumann 2014-12-16 11:00:48 +01:00 committed by sftnight
parent 46aca4b23e
commit 1497128ee7

View File

@ -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