Skip to content

Commit

Permalink
Fix minor
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeho committed Mar 8, 2024
1 parent e3e54ee commit 17e71f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/fhetest/Checker/Utils.scala
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ object DumpUtil {
)

val filename = res match
case Same(_) => s"$succDir$i.json"
case Same(_) => s"$succDir/$i.json"
case Diff(_, fails) => s"$failDir/$i.json"
case ParserError(_) => s"$psrErrDir/$i.json"
dumpFile(resultInfo.asJson.spaces2, filename)
Expand Down

0 comments on commit 17e71f6

Please sign in to comment.