Skip to content

Commit

Permalink
Remove test exception for binary-leb128
Browse files Browse the repository at this point in the history
  • Loading branch information
Rerumu committed Jun 25, 2022
1 parent 8ec8b58 commit 975fd9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions dev-test/tests/luajit_translate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 1 addition & 2 deletions dev-test/tests/luau_translate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 975fd9c

Please sign in to comment.