Fixed meta test

Parser now passes all tests
This commit is contained in:
Sasha Koshka 2022-09-17 12:31:23 -04:00
parent 85f97189ac
commit ea92decfe7
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ author "Sasha Koshka"
license "GPLv3"
require "` + filepath.Join(cwd, "./some/local/module") + `"
require "/some/absolute/path/to/someModule"
require "/usr/include/arf/someLibraryInstalledInStandardLocation"
require "/usr/local/include/arf/someLibraryInstalledInStandardLocation"
---
`, test)
}