summaryrefslogtreecommitdiff
path: root/test/programs/string-unequal.cps
diff options
context:
space:
mode:
authorLizzy Hunt <lizzy.hunt@usu.edu>2024-02-28 15:06:00 -0700
committerLizzy Hunt <lizzy.hunt@usu.edu>2024-02-28 15:06:00 -0700
commit55c00566b0c4870d4c4409ab3e93aacf74f8d081 (patch)
tree4226b7e518a3ab88987d544ea892da42952255ee /test/programs/string-unequal.cps
parentd39cf84965dffd11cab440f5a4efa1b16932ba73 (diff)
downloadcps-interpreter-55c00566b0c4870d4c4409ab3e93aacf74f8d081.tar.gz
cps-interpreter-55c00566b0c4870d4c4409ab3e93aacf74f8d081.zip
identity function, repl upgrade
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], [])