summary refs log tree commit diff stats
path: root/tests.cratera
diff options
context:
space:
mode:
authorSoniEx2 <endermoneymod@gmail.com>2019-07-30 23:37:42 -0300
committerSoniEx2 <endermoneymod@gmail.com>2019-07-30 23:37:42 -0300
commit5aa22fbbb10e0388c5f0616751cd2cc089147627 (patch)
treedd449bc483e6459ea150febb2d263a844e39e262 /tests.cratera
parent4b365cdab1296bc88509c6f8610318adefb0ef0e (diff)
Full cratera support
Diffstat (limited to 'tests.cratera')
-rw-r--r--tests.cratera2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests.cratera b/tests.cratera
index 169e2ed..fd97917 100644
--- a/tests.cratera
+++ b/tests.cratera
@@ -8,7 +8,7 @@ t.tt = t
 t[T] = t
 t.f = print
 t.ff = print
-t.g = function(a) print(a[1]) end
+t.g = function(self, a) print(self, a[1]) end
 t[F] = print
 local _f="f"
 local _t="t"