tokiwa-software / fuzion-idioms

Idioms from https://www.programming-idioms.org implemented in the Fuzion language.
Other
3 stars 3 forks source link

Idiom 115 fails with the C backend #92

Closed maxteufel closed 1 year ago

maxteufel commented 1 year ago
expected out mismatch

To reproduce this issue locally, run the command
    ./bin/testrunner_run_test_c.sh idioms/src/idiom115ex.fz
in the local flang_dev repository.

the actual standard out is

false

(true is expected.)