diff options
Diffstat (limited to 'test/crossfile/definition.lua')
-rw-r--r-- | test/crossfile/definition.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/crossfile/definition.lua b/test/crossfile/definition.lua index b72646e7..d40e08e8 100644 --- a/test/crossfile/definition.lua +++ b/test/crossfile/definition.lua @@ -724,7 +724,7 @@ config.config.runtime.path = { } TEST { { - path = 'd:\\xxxx\\1.lua', + path = 'd:/xxxx/1.lua', content = [[ return <!function () end!> ]], @@ -745,7 +745,7 @@ config.config.runtime.path = { } TEST { { - path = 'd:\\xxxx\\1.lua', + path = 'd:/xxxx/1.lua', content = [[ return <!function () end!> ]], |