summary refs log tree commit diff stats
path: root/tests/tester.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2011-11-06 01:11:38 +0100
committerAraq <rumpf_a@web.de>2011-11-06 01:11:38 +0100
commit089e287c6e95edab56e610f7a615933e42aaff52 (patch)
tree8ccb6c1937af7651de369b5bbe7d828b8877f409 /tests/tester.nim
parentdc08a033d910aea19fde0f59c9d1a5e70d7efc15 (diff)
downloadNim-089e287c6e95edab56e610f7a615933e42aaff52.tar.gz
compilation cache: fixed recently introduced bug (lazy loading of bodies)
Diffstat (limited to 'tests/tester.nim')
-rwxr-xr-xtests/tester.nim4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/tester.nim b/tests/tester.nim
index 071561b30..9bf16d84d 100755
--- a/tests/tester.nim
+++ b/tests/tester.nim
@@ -309,6 +309,10 @@ proc runRodFiles(r: var TResults, options: string) =
   test "bmethods2.nim"
   delNimCache()
   
+  # test generics:
+  test "tgeneric1.nim"
+  test "tgeneric2.nim"
+  delNimCache()
 
 proc compileRodFiles(r: var TResults, options: string) =
   template test(filename: expr): stmt =