Skip to content

Commit

Permalink
Backport 7eb0372e55f23275b12470593adc97f1b79bc965
Browse files Browse the repository at this point in the history
  • Loading branch information
ktakakuri committed Jun 10, 2024
1 parent 718ccf5 commit 5346a7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,5 +131,5 @@ public static boolean compareWithGold(String goldfile, String outputfile,
public static boolean compareLinesWithGold(String goldfile, List<String> lines)
throws IOException {
return Files.readAllLines(Paths.get(goldfile)).equals(lines);
}
}
}

0 comments on commit 5346a7b

Please sign in to comment.