005 missing branch comp error

✓ Passing Passing: the compiler rejects this program as expected.

Code

input.kz

Actual compiler output

error[KORU120]: probe2 requires a `done` branch
  --> tests/regression/200_COMPILER_FEATURES/250_TEMPLATE_ENGINE/250_005_missing_branch_comp_error/input.kz:21:0

Must fail at runtime:

Program must error when executed.

Expected patterns

Each line is a regex that must match the compiler error output.

requires a `done` branch

Flows

flow ~probe2 click a branch to expand · @labels scroll to their anchor
probe2 (n: 3)

Test Configuration

MUST_ERROR