diff options
Diffstat (limited to 'spec/fixtures/with_dep.lua')
-rw-r--r-- | spec/fixtures/with_dep.lua | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/spec/fixtures/with_dep.lua b/spec/fixtures/with_dep.lua deleted file mode 100644 index ad7e462a..00000000 --- a/spec/fixtures/with_dep.lua +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | local pok, with_external_dep = pcall(require, "with_external_dep") | ||
2 | if pok then | ||
3 | print(with_external_dep.foo) | ||
4 | else | ||
5 | print(100) | ||
6 | end | ||