tests/agda: Fix comment

This commit is contained in:
Manuel Bärenz 2020-09-16 11:59:30 +02:00
parent 87cab901a3
commit 4336f9f7bb

View file

@ -31,7 +31,7 @@ in
machine.succeed('echo "import IO" > TestIO.agda')
machine.succeed("agda -l standard-library -i . TestIO.agda")
# # Hello world
# Hello world
machine.succeed(
"cp ${hello-world} HelloWorld.agda"
)