Fix printing test in Cling

Testsuit was actually looking at '"' for match, comparing literal 21
should be enough.
This commit is contained in:
Yuka Takahashi 2018-10-09 17:59:49 +02:00 committed by sftnight
parent 38eb2b89ba
commit 53476daf4b

View File

@ -12,4 +12,4 @@
int a = 21;
gCling->toString("a");
// CHECK: "21"
// CHECK: 21