mirror of
https://github.com/luau-lang/luau.git
synced 2025-01-20 01:38:07 +00:00
endif
This commit is contained in:
parent
c932b8e03f
commit
c48ffc32a4
1 changed files with 2 additions and 1 deletions
|
@ -389,6 +389,7 @@ TEST_CASE_FIXTURE(ReplWithPathFixture, "RequirePathWithParentAlias")
|
||||||
runProtectedRequire(path);
|
runProtectedRequire(path);
|
||||||
assertOutputContainsAll({"true", "result from other_dependency"});
|
assertOutputContainsAll({"true", "result from other_dependency"});
|
||||||
}
|
}
|
||||||
#end
|
|
||||||
|
#endif
|
||||||
|
|
||||||
TEST_SUITE_END();
|
TEST_SUITE_END();
|
||||||
|
|
Loading…
Reference in a new issue