diff options
Diffstat (limited to 'tests/table.rs')
-rw-r--r-- | tests/table.rs | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/table.rs b/tests/table.rs index 26d9516..5b8974e 100644 --- a/tests/table.rs +++ b/tests/table.rs @@ -1,14 +1,3 @@ -#![cfg_attr( - all(feature = "luajit", target_os = "macos", target_arch = "x86_64"), - feature(link_args) -)] - -#[cfg_attr( - all(feature = "luajit", target_os = "macos", target_arch = "x86_64"), - link_args = "-pagezero_size 10000 -image_base 100000000" -)] -extern "system" {} - use mlua::{Lua, Nil, Result, Table, Value}; #[test] |