diff options
Diffstat (limited to 'test/programs/string-equal.cps')
-rw-r--r-- | test/programs/string-equal.cps | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/programs/string-equal.cps b/test/programs/string-equal.cps index ea49b22..5a32526 100644 --- a/test/programs/string-equal.cps +++ b/test/programs/string-equal.cps @@ -1 +1 @@ -PRIMOP(==, ["asdf", "asdf"], [result], [])
\ No newline at end of file +PRIMOP(==, [STRING "asdf", STRING "asdf"], [result], [])
\ No newline at end of file |