summaryrefslogtreecommitdiff
path: root/test/programs/string-unequal.cps
diff options
context:
space:
mode:
Diffstat (limited to 'test/programs/string-unequal.cps')
-rw-r--r--test/programs/string-unequal.cps2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/programs/string-unequal.cps b/test/programs/string-unequal.cps
index ccd278e..79ee7cf 100644
--- a/test/programs/string-unequal.cps
+++ b/test/programs/string-unequal.cps
@@ -1 +1 @@
-PRIMOP(==, ["asdfasdf", "asdf"], [result], [])
+PRIMOP(==, [STRING "asdfasdf", STRING "asdf"], [result], [])