From 4336f9f7bbea908eff7eb44dc95a90f5b1023969 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20B=C3=A4renz?= Date: Wed, 16 Sep 2020 11:59:30 +0200 Subject: [PATCH] tests/agda: Fix comment --- nixos/tests/agda.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/tests/agda.nix b/nixos/tests/agda.nix index e158999e57d..3b3eb2803bd 100644 --- a/nixos/tests/agda.nix +++ b/nixos/tests/agda.nix @@ -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" )