summaryrefslogtreecommitdiff
path: root/test/ken/rob1.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/ken/rob1.go')
-rw-r--r--test/ken/rob1.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ken/rob1.go b/test/ken/rob1.go
index ae56962a3..a75878b1f 100644
--- a/test/ken/rob1.go
+++ b/test/ken/rob1.go
@@ -63,7 +63,7 @@ Init(i int) *Integer
func (this *Integer)
Print()
{
- print this.val;
+ print(this.val);
}
func
@@ -78,5 +78,5 @@ main()
}
list.Print();
- print "\n";
+ print("\n");
}