about summary refs log tree commit diff stats
path: root/test.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test.lua')
-rw-r--r--test.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.lua b/test.lua
index 3c0f17f..cc94d94 100644
--- a/test.lua
+++ b/test.lua
@@ -14,7 +14,7 @@ end
 
 function check_eq(x, expected, msg)
   if not eq(x, expected) then
-    error(msg..'; got "'..x..'"')
+    error(msg..'; should be "'..expected..'" but got "'..x..'"')
   end
 end