Skip to content

Commit

Permalink
remove debug print statement from test
Browse files Browse the repository at this point in the history
  • Loading branch information
StavromulaBeta committed Sep 4, 2024
1 parent 3c32363 commit ed8110a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lists.cog
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ Print If == 3 Length of List (1 2 3)
"PASS: Getting length of list"
"FAIL: Getting length of list";

Print If == "(1 2 3)" Print Twin Show List (1 2 3)
Print If == "(1 2 3)" Show List (1 2 3)
"PASS: Printing list to string"
"FAIL: Printing list to string";

0 comments on commit ed8110a

Please sign in to comment.