Remove test exception for binary-leb128

This commit is contained in:
Rerumu 2022-06-25 05:47:19 -04:00
parent 8ec8b58a38
commit 975fd9c8b9
2 changed files with 2 additions and 4 deletions

View File

@ -155,8 +155,7 @@ impl Target for LuaJIT {
}
}
static DO_NOT_RUN: [&str; 4] = [
"binary-leb128.wast",
static DO_NOT_RUN: [&str; 3] = [
"conversions.wast",
"names.wast",
"skip-stack-guard-page.wast",

View File

@ -172,8 +172,7 @@ impl Target for Luau {
}
}
static DO_NOT_RUN: [&str; 4] = [
"binary-leb128.wast",
static DO_NOT_RUN: [&str; 3] = [
"conversions.wast",
"names.wast",
"skip-stack-guard-page.wast",