summaryrefslogtreecommitdiff
path: root/tests/tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests.rs')
-rw-r--r--tests/tests.rs1
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();