Skip to content

Commit

Permalink
#3678: rename
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Dec 16, 2024
1 parent 804f50f commit c562dbd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,12 +127,12 @@ void transpilesWithPackage(@Mktmp final Path temp)
}

@Test
void transpilesSimpleApp(@Mktmp final Path temp, @RandomProgram final String program)
void transpilesSimpleApp(@Mktmp final Path temp, @RandomProgram final String prog)
throws Exception {
new Farea(temp).together(
f -> {
f.clean();
f.files().file("src/main/eo/foo.eo").write(program.getBytes());
f.files().file("src/main/eo/foo.eo").write(prog.getBytes());
f.build()
.plugins()
.appendItself()
Expand Down

0 comments on commit c562dbd

Please sign in to comment.