Skip to content

Commit 2bf196d

Browse files
committed
Fix missing test runner call in driver.sh
Add missing run_items_tests call for cast_tests array to ensure type casting tests are properly executed in the test suite.
1 parent 4ea7313 commit 2bf196d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/driver.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5067,6 +5067,8 @@ declare -a cast_tests=(
50675067
"30 int ia = 10; int ib = (int)20; return ia + ib;"
50685068
)
50695069

5070+
run_items_tests cast_tests
5071+
50705072
# Basic int to char cast
50715073
try_ 65 << EOF
50725074
int main() {

0 commit comments

Comments
 (0)