summaryrefslogtreecommitdiff
path: root/test/test-lace.builtin.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-lace.builtin.lua')
-rw-r--r--test/test-lace.builtin.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-lace.builtin.lua b/test/test-lace.builtin.lua
index 270567c..f6d9bf9 100644
--- a/test/test-lace.builtin.lua
+++ b/test/test-lace.builtin.lua
@@ -337,7 +337,7 @@ function suite.compile_include_statement_noname()
assert(cmdtab == false, "Internal errors should return false")
assert(type(msg) == "table", "Internal errors should return tables")
assert(type(msg.msg) == "string", "Internal errors should have string messages")
- assert(msg.msg:match("file name"), "Expected error should mention a lack of name")
+ assert(msg.msg:match("ruleset name"), "Expected error should mention a lack of name")
end
function suite.compile_include_statement_noloader()