Fix print.C
Remove semicolon to print out
This commit is contained in:
parent
d77a3252dc
commit
80fa13b41e
@ -11,5 +11,5 @@
|
||||
#include "cling/Interpreter/Interpreter.h"
|
||||
|
||||
int a = 21;
|
||||
gCling->toString("int", &a);
|
||||
gCling->toString("int", &a)
|
||||
// CHECK: "21"
|
||||
|
Loading…
x
Reference in New Issue
Block a user