From e26cec5db9d807f6e8fc284912d2d72dace71f65 Mon Sep 17 00:00:00 2001 From: Alex Orlenko Date: Fri, 16 Apr 2021 22:26:37 +0100 Subject: Drop 'feature(link_args)' (removed from nightly). Don't run tests for LuaJIT 2.0.5 --- tests/table.rs | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'tests/table.rs') diff --git a/tests/table.rs b/tests/table.rs index 2417619..6378e5c 100644 --- a/tests/table.rs +++ b/tests/table.rs @@ -1,15 +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", - allow(unused_attributes) -)] -extern "system" {} - use mlua::{Lua, Nil, Result, Table, TableExt, Value}; #[test] -- cgit v1.2.3