029 koru alias is a default

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

Code

input.k

Actual compiler output

error[KORU002]: module not found: 'koru/definitely-not-a-real-module-xyz'
  --> tests/regression/100_MODULE_SYSTEM/110_IMPORTS/110_029_koru_alias_is_a_default/input.k:17:1
    |
 17 | import koru/definitely-not-a-real-module-xyz
    | ^
  hint: check the import path, the aliases declared by std/compiler:paths, and KORU_STDLIB/KORU_PATH environment variables

Must fail at frontend compile:

Parsing or type-checking must reject the program.

Error output must contain

module not found: 'koru/definitely-not-a-real-module-xyz'

Test Configuration

MUST_ERROR