Files
wren/test/module/unknown_module.wren
2015-02-14 16:46:00 -08:00

2 lines
106 B
Plaintext

import "does_not_exist" for DoesNotExist // expect runtime error: Could not find module 'does_not_exist'.