diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-07-17 22:38:38 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-07-17 23:26:58 -0400 |
commit | 3217a04b0352c2dd13323257b369604eeabfccc3 (patch) | |
tree | 3831d1f93185618756430fea7229a603cc28f444 | |
parent | 5eba9c0960afdc352180f739ca3ba56f680c514b (diff) | |
download | guix-3217a04b0352c2dd13323257b369604eeabfccc3.tar.gz |
tests/go: Remove unused variable.
* tests/go.scm: Delete extraneous newline. (fixture-latest-for-go-check): Remove variable.
-rw-r--r-- | tests/go.scm | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/go.scm b/tests/go.scm index b088ab50d2..2dfdc97eb5 100644 --- a/tests/go.scm +++ b/tests/go.scm @@ -57,7 +57,6 @@ require ( exclude D v1.2.3 ") - (define fixture-go-mod-complete "module M @@ -96,12 +95,6 @@ replace ( ") - - -(define fixture-latest-for-go-check - "{\"Version\":\"v0.0.0-20201130134442-10cb98267c6c\",\"Time\":\"2020-11-30T13:44:42Z\"}") - - (define fixtures-go-check-test (let ((version "{\"Version\":\"v0.0.0-20201130134442-10cb98267c6c\",\"Time\":\"2020-11-30T13:44:42Z\"}") |