diff options
Diffstat (limited to 'spec/inputs/teal-lang.yue')
-rw-r--r-- | spec/inputs/teal-lang.yue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/inputs/teal-lang.yue b/spec/inputs/teal-lang.yue index 1993203..68b2dd1 100644 --- a/spec/inputs/teal-lang.yue +++ b/spec/inputs/teal-lang.yue | |||
@@ -1,5 +1,5 @@ | |||
1 | $ -> | 1 | $ -> |
2 | package.yuepath = "?.yue;./spec/inputs/?.yue" | 2 | package.path = "?.lua;./spec/inputs/?.lua" |
3 | 3 | ||
4 | import "macro-teal" as {$} | 4 | import "macro-teal" as {$} |
5 | 5 | ||