Skip to content

Commit 9bf0a63

Browse files
yamaguchi1024vgvassilev
authored andcommitted
Fix printing test in Cling
Testsuit was actually looking at '"' for match, comparing literal 21 should be enough.
1 parent 86122e6 commit 9bf0a63

File tree

1 file changed

+1
-1
lines changed
  • interpreter/cling/test/Interfaces

1 file changed

+1
-1
lines changed

interpreter/cling/test/Interfaces/print.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212

1313
int a = 21;
1414
gCling->toString("a");
15-
// CHECK: "21"
15+
// CHECK: 21

0 commit comments

Comments
 (0)