From e16d25c4e67e5db7f4f452c2ccf416f5859ae76b Mon Sep 17 00:00:00 2001 From: George Cosma Date: Wed, 11 Dec 2024 16:55:47 +0200 Subject: [PATCH] wip: we fail :D Signed-off-by: George Cosma --- tests/specification/mod.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/specification/mod.rs b/tests/specification/mod.rs index bdcbbc39..1874d3c5 100644 --- a/tests/specification/mod.rs +++ b/tests/specification/mod.rs @@ -7,7 +7,6 @@ mod reports; mod run; mod test_errors; -#[ignore = "Globals cause a panic"] #[test_log::test] pub fn spec_tests() { let paths = get_wast_files(Path::new("./tests/specification/testsuite/"))