Skip to content
This repository has been archived by the owner on Sep 20, 2021. It is now read-only.

Commit

Permalink
Test: Use a hoa:// path.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hywan committed Aug 15, 2016
1 parent 631a119 commit 368eb22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Test/Integration/Soundness.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ protected function with_json($sampler, $compiler = null)
protected function getJSONCompiler()
{
return LUT\Llk::load(
new File\Read(__DIR__ . '/../../Grammar.pp')
new File\Read('hoa://Library/Json/Grammar.pp')
);
}

Expand Down

0 comments on commit 368eb22

Please sign in to comment.