diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/test.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.lua b/test/test.lua index 7cdbf350..33367498 100644 --- a/test/test.lua +++ b/test/test.lua @@ -1,4 +1,4 @@ --- Copyright 2020 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2020 Mitchell. See LICENSE. local _tostring = tostring -- Overloads tostring() to print more user-friendly output for `assert_equal()`. |