summary refs log tree commit diff stats
path: root/tests/bind
diff options
context:
space:
mode:
authorZahary Karadjov <zahary@gmail.com>2014-03-19 02:52:48 +0200
committerZahary Karadjov <zahary@gmail.com>2014-03-20 01:16:50 +0200
commit4b7655fd10d81ea50d0af41152df07ec21b05232 (patch)
treea437c41d515806717de7737d065098a91e13a3b7 /tests/bind
parenta66d059accc9db4c376fdb1220ee2c5ca8daf311 (diff)
downloadNim-4b7655fd10d81ea50d0af41152df07ec21b05232.tar.gz
reference implementation of a vector swizzle library
This also provides the initial steps towards support for type class "filtered" type inference
fixes an "ordinal type expected" ICE, related to the use of static params
Diffstat (limited to 'tests/bind')
-rw-r--r--tests/bind/tinvalidbindtypedesc.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bind/tinvalidbindtypedesc.nim b/tests/bind/tinvalidbindtypedesc.nim
index 7d97d2e0d..5b2f51110 100644
--- a/tests/bind/tinvalidbindtypedesc.nim
+++ b/tests/bind/tinvalidbindtypedesc.nim
@@ -1,5 +1,5 @@
 discard """
-  line: 11
+  line: 10
   errormsg: "type mismatch: got (typedesc[float], string)"
 """