summaryrefslogtreecommitdiff
path: root/tests/thread.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/thread.rs')
-rw-r--r--tests/thread.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/thread.rs b/tests/thread.rs
index ab687ad..5873680 100644
--- a/tests/thread.rs
+++ b/tests/thread.rs
@@ -155,7 +155,8 @@ fn test_coroutine_from_closure() -> Result<()> {
feature = "lua54",
feature = "lua53",
feature = "lua52",
- feature = "luajit"
+ feature = "luajit",
+ feature = "luau"
))]
let thrd: Thread = lua.load("coroutine.create(main)").eval()?;
#[cfg(feature = "lua51")]