diff options
Diffstat (limited to 'tests/tests.rs')
-rw-r--r-- | tests/tests.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/tests.rs b/tests/tests.rs index 2d99911..2f6baf8 100644 --- a/tests/tests.rs +++ b/tests/tests.rs @@ -1169,7 +1169,6 @@ fn test_load_from_function() -> Result<()> { Ok(()) } -#[cfg(not(feature = "luau"))] #[test] fn test_inspect_stack() -> Result<()> { let lua = Lua::new(); |