summaryrefslogtreecommitdiffhomepage
path: root/tests/cram/test_basic.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cram/test_basic.t')
-rw-r--r--tests/cram/test_basic.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/cram/test_basic.t b/tests/cram/test_basic.t
index 5061d37..982d58a 100644
--- a/tests/cram/test_basic.t
+++ b/tests/cram/test_basic.t
@@ -37,13 +37,13 @@ check that ucode provides proper error messages:
$ ucode -m foo -s ''
Runtime error: No module named 'foo' could be found
- At offset 0
+ At start of program
[1]
$ touch moo; ucode -m foo -i moo
Runtime error: No module named 'foo' could be found
- At offset 0
+ At start of program
[1]