summaryrefslogtreecommitdiff
path: root/tests/memory.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/memory.rs')
-rw-r--r--tests/memory.rs11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/memory.rs b/tests/memory.rs
index 53c08bd..cf67c18 100644
--- a/tests/memory.rs
+++ b/tests/memory.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 std::sync::Arc;
use mlua::{Lua, Result, UserData};