summary refs log tree commit diff stats
path: root/tests/compile/thexrange.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-10-30 22:29:03 +0100
committerAraq <rumpf_a@web.de>2012-10-30 22:29:03 +0100
commit2133fbfccef934ae0f8ffafe0ecf4ef378e4cacf (patch)
treef134579954e688260d9417e86e48427129430181 /tests/compile/thexrange.nim
parent86ed9181570d16406e63754bd409c2b33c73b4a5 (diff)
downloadNim-2133fbfccef934ae0f8ffafe0ecf4ef378e4cacf.tar.gz
bugfix: wrong assertions for C++ code generation; some solaris support; first steps to an effect system
Diffstat (limited to 'tests/compile/thexrange.nim')
-rwxr-xr-xtests/compile/thexrange.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/compile/thexrange.nim b/tests/compile/thexrange.nim
index 875a5bab3..e5e4c10c6 100755
--- a/tests/compile/thexrange.nim
+++ b/tests/compile/thexrange.nim
@@ -4,5 +4,5 @@ type
   
 var a: TArray
 
-echo a[0] #OUT 0
+echo a[0x0012] #OUT 0