diff --git a/tests/sharness/t0002-generate.sh b/tests/sharness/t0002-generate.sh index fff3dddc4..8e049632a 100755 --- a/tests/sharness/t0002-generate.sh +++ b/tests/sharness/t0002-generate.sh @@ -6,16 +6,6 @@ test_description="Test generate commands" # shellcheck disable=SC1091 source ./setup.sh -test_expect_success "Should correctly specify ARGINFO" " - cd $FIXTURESDIR/typehints && - zephirc fullclean 2>&1 >/dev/null && - zephirc generate 2>&1 >/dev/null && - test_cmp ext/typehints.c expected3.c && - test_cmp ext/typehints/args.zep.h expected_args3.h && - test_cmp ext/typehints/retval.zep.h expected_retval3.h && - test_cmp ext/typehints/both.zep.h expected_both3.h -" - test_expect_success "Life Cycle Test" " cd $FIXTURESDIR/lifecycle && zephirc fullclean 2>&1 >/dev/null &&