summaryrefslogtreecommitdiff
path: root/server/test
diff options
context:
space:
mode:
Diffstat (limited to 'server/test')
-rw-r--r--server/test/crossfile/definition.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/test/crossfile/definition.lua b/server/test/crossfile/definition.lua
index 9310c323..cc06af11 100644
--- a/server/test/crossfile/definition.lua
+++ b/server/test/crossfile/definition.lua
@@ -112,7 +112,7 @@ TEST {
TEST {
{
path = 'a.lua',
- content = 'local <!t!> = 1; return <!t!>',
+ content = 'local <!t!> = 1; return t',
},
{
path = 'b.lua',
@@ -135,7 +135,7 @@ TEST {
TEST {
{
path = 'a.lua',
- content = 'local <!t!> = 1; return <!t!>',
+ content = 'local <!t!> = 1; return t',
},
{
path = 'b.lua',