Skip to content

Commit

Permalink
feat(#3092): comment
Browse files Browse the repository at this point in the history
  • Loading branch information
maxonfjvipon committed Apr 27, 2024
1 parent a07c4d4 commit f857530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eo-runtime/src/test/java/org/eolang/SnippetCaseTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ void runsTestsAfterPhiAndUnphi(final @TempDir Path temp) throws IOException {
* dependencies to rust-tests after phi->unphi (see:
* <a href="https://github.com/objectionary/eo/issues/3145">this</a> for details).
* When it's resolved we need to remove the filter and make sure the snippet test
* {@link SnippetCaseTest#runTestsAfterPhiAndUnphi} still works.
* {@link SnippetCaseTest#runsTestsAfterPhiAndUnphi(Path)} still works.
*/
private static void copySources(final Farea farea, final String target) throws IOException {
final Path runtime = Paths.get(System.getProperty("user.dir"))
Expand Down

0 comments on commit f857530

Please sign in to comment.