typo.
This commit is contained in:
parent
d65a3ff810
commit
980a1813cf
@ -21,7 +21,7 @@ V // CHECK: (cling::StoredValueRef) boxes [(int) 1]
|
||||
// Returns must put the result in the StoredValueRef.
|
||||
bool cond = true;
|
||||
gCling->evaluate("if (cond) return \"true\"; else return 0;", V);
|
||||
V // CHECK: (cling::StoredValueRef) boxes [(const char [5]) true]
|
||||
V // CHECK: (cling::StoredValueRef) boxes [(const char [5]) "true"]
|
||||
gCling->evaluate("cond = false; if (cond) return \"true\"; else return 0;", V);
|
||||
V // CHECK: (cling::StoredValueRef) boxes [(int) 0]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user