forked from mirrors/nixpkgs
tests/agda: Fix comment
This commit is contained in:
parent
87cab901a3
commit
4336f9f7bb
|
@ -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"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue