diff --git a/test/Prompt/Regression.C b/test/Prompt/Regression.C index 3b2ea87a..2c550a7c 100644 --- a/test/Prompt/Regression.C +++ b/test/Prompt/Regression.C @@ -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