This commit is contained in:
Vighnesh 2023-12-01 20:52:10 -08:00
parent c932b8e03f
commit c48ffc32a4

View file

@ -389,6 +389,7 @@ TEST_CASE_FIXTURE(ReplWithPathFixture, "RequirePathWithParentAlias")
runProtectedRequire(path);
assertOutputContainsAll({"true", "result from other_dependency"});
}
#end
#endif
TEST_SUITE_END();