summaryrefslogtreecommitdiff
path: root/src/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime')
-rw-r--r--src/runtime/c/pgf/reasoner.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/c/pgf/reasoner.c b/src/runtime/c/pgf/reasoner.c
index 1fb31e9a0..75f7ee0c6 100644
--- a/src/runtime/c/pgf/reasoner.c
+++ b/src/runtime/c/pgf/reasoner.c
@@ -370,7 +370,7 @@ void
pgf_reasoner_mk_string(PgfReasoner* rs, PgfExprState* parent)
{
pgf_reasoner_mk_literal(rs, parent, "String",
- pgf_expr_string("FOO", rs->out_pool));
+ pgf_expr_string("__mock_string__", rs->out_pool));
}
void