We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8ed33a commit 1cd2bdcCopy full SHA for 1cd2bdc
tests/luau/require.rs
@@ -202,7 +202,7 @@ fn test_require_with_config() {
202
assert!((res.unwrap_err().to_string()).contains("@ is not a valid alias"));
203
}
204
205
-#[cfg(feature = "async")]
+#[cfg(all(feature = "async", not(windows)))]
206
#[tokio::test]
207
async fn test_async_require() -> Result<()> {
208
let lua = Lua::new();
0 commit comments