Skip to content

Commit

Permalink
revert: Revert testing changes (#42)
Browse files Browse the repository at this point in the history
Reverts #41
  • Loading branch information
vsiravar authored Mar 20, 2023
1 parent 7ce55e3 commit b504829
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmd/finch/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ func main() {
if err := xmain(logger, stdLib, fs, stdLib, mem, stdOut); err != nil {
logger.Fatal(err)
}
println("Test2")

println("Test")
}

func xmain(logger flog.Logger,
Expand Down

0 comments on commit b504829

Please sign in to comment.