Skip to content

Commit

Permalink
Remove "Should correctly specify ARGINFO" test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Nov 26, 2023
1 parent 33b303a commit 6a12243
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tests/sharness/t0002-generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 &&
Expand Down

0 comments on commit 6a12243

Please sign in to comment.