Skip to content

Commit

Permalink
test: enable select stack height validation tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gumb0 committed Jul 28, 2020
1 parent 2ff6082 commit 3ccacae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unittests/validation_stack_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
using namespace fizzy;
using namespace fizzy::test;

TEST(validation_stack, DISABLED_select_stack_underflow)
TEST(validation_stack, select_stack_underflow)
{
/* wat2wasm --no-check
(func
Expand All @@ -24,7 +24,7 @@ TEST(validation_stack, DISABLED_select_stack_underflow)
EXPECT_THROW_MESSAGE(parse(wasm), validation_error, "stack underflow");
}

TEST(validation_stack_type, DISABLED_select_stack_underflow_2)
TEST(validation_stack_type, select_stack_underflow_2)
{
/* wat2wasm --no-check
(func (param i32) (result i32)
Expand Down

0 comments on commit 3ccacae

Please sign in to comment.