summaryrefslogtreecommitdiff
path: root/tests/alltests.lua
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2013-08-12 17:55:04 +0200
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2013-08-12 17:55:04 +0200
commitcff5910982e3201d4b79178b8204d5dc5b95f166 (patch)
treed206a7d5ed676fc230fdafb3d52bb7d86072c457 /tests/alltests.lua
parent84f60bbd5db549b655e12a49ec8557e18c1b8d15 (diff)
Adding BigInt support and test to Dalos.
Diffstat (limited to 'tests/alltests.lua')
-rw-r--r--tests/alltests.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/alltests.lua b/tests/alltests.lua
index de3385f..2879e57 100644
--- a/tests/alltests.lua
+++ b/tests/alltests.lua
@@ -5,5 +5,5 @@ load "tests/test3.lua"
function runtests()
test1()
test2()
--- test3()
+ test3()
end