mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
tests/go: Remove unused variable.
* tests/go.scm: Delete extraneous newline. (fixture-latest-for-go-check): Remove variable.
This commit is contained in:
parent
5eba9c0960
commit
3217a04b03
1 changed files with 0 additions and 7 deletions
|
@ -57,7 +57,6 @@ (define fixture-go-mod-with-block
|
|||
exclude D v1.2.3
|
||||
")
|
||||
|
||||
|
||||
(define fixture-go-mod-complete
|
||||
"module M
|
||||
|
||||
|
@ -96,12 +95,6 @@ (define fixture-go-mod-complete
|
|||
|
||||
")
|
||||
|
||||
|
||||
|
||||
(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\"}")
|
||||
|
|
Loading…
Reference in a new issue