Remove test exception for binary-leb128
This commit is contained in:
parent
8ec8b58a38
commit
975fd9c8b9
@ -155,8 +155,7 @@ impl Target for LuaJIT {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static DO_NOT_RUN: [&str; 4] = [
|
static DO_NOT_RUN: [&str; 3] = [
|
||||||
"binary-leb128.wast",
|
|
||||||
"conversions.wast",
|
"conversions.wast",
|
||||||
"names.wast",
|
"names.wast",
|
||||||
"skip-stack-guard-page.wast",
|
"skip-stack-guard-page.wast",
|
||||||
|
@ -172,8 +172,7 @@ impl Target for Luau {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static DO_NOT_RUN: [&str; 4] = [
|
static DO_NOT_RUN: [&str; 3] = [
|
||||||
"binary-leb128.wast",
|
|
||||||
"conversions.wast",
|
"conversions.wast",
|
||||||
"names.wast",
|
"names.wast",
|
||||||
"skip-stack-guard-page.wast",
|
"skip-stack-guard-page.wast",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user