Fix printing test in Cling
Testsuit was actually looking at '"' for match, comparing literal 21 should be enough.
This commit is contained in:
parent
38eb2b89ba
commit
53476daf4b
@ -12,4 +12,4 @@
|
||||
|
||||
int a = 21;
|
||||
gCling->toString("a");
|
||||
// CHECK: "21"
|
||||
// CHECK: 21
|
||||
|
Loading…
Reference in New Issue
Block a user