summaryrefslogtreecommitdiff
path: root/test/turing.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/turing.go')
-rw-r--r--test/turing.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/turing.go b/test/turing.go
index c622bfb741..462bb91684 100644
--- a/test/turing.go
+++ b/test/turing.go
@@ -24,7 +24,7 @@ func main() {
case '-':
a[p]--;
case '.':
- print string(a[p]);
+ print(string(a[p]));
case '[':
if a[p] == 0 {
for nest := 1; nest > 0; pc++ {