diff --git a/test/Interfaces/print.C b/test/Interfaces/print.C index e91da104..8dbf8c20 100644 --- a/test/Interfaces/print.C +++ b/test/Interfaces/print.C @@ -11,5 +11,5 @@ #include "cling/Interpreter/Interpreter.h" int a = 21; -gCling->toString("a"); -// CHECK: 21 +gCling->toString("int", &a); +// CHECK: "21"