diff options
Diffstat (limited to 'tests/cram/test_basic.t')
-rw-r--r-- | tests/cram/test_basic.t | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/cram/test_basic.t b/tests/cram/test_basic.t index aab5b16..d866c49 100644 --- a/tests/cram/test_basic.t +++ b/tests/cram/test_basic.t @@ -38,15 +38,13 @@ check that ucode provides proper error messages: $ ucode -m foo -s ' ' Runtime error: No module named 'foo' could be found - At start of program - [1] + [254] $ touch moo; ucode -m foo -i moo Runtime error: No module named 'foo' could be found - At start of program - [1] + [254] check that ucode can load fs module: |