diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2019-02-23 11:34:39 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2019-02-23 11:34:39 +0100 |
commit | c5dbb0379fc431a01220224097f00323df6c9ced (patch) | |
tree | 9307332189b7873e0863ed82cac4f47d7013d217 /tests/vm | |
parent | 7ec187a8e11fa4a32aad9c722e49f5d3f0c27909 (diff) | |
download | Nim-c5dbb0379fc431a01220224097f00323df6c9ced.tar.gz |
disable compile-time FFI support
Diffstat (limited to 'tests/vm')
-rw-r--r-- | tests/vm/tevalffi.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/vm/tevalffi.nim b/tests/vm/tevalffi.nim index 20852faca..963d2a58e 100644 --- a/tests/vm/tevalffi.nim +++ b/tests/vm/tevalffi.nim @@ -18,7 +18,7 @@ foo:102:103:104 foo:0.03:asdf:103:105 ret={s1:foobar s2:foobar age:25 pi:3.14} ''' - disabled: "windows" + disabled: "true" """ # re-enable for windows once libffi can be installed in koch.nim |