From 74e667d14912b9243043b43995848d962569a9a1 Mon Sep 17 00:00:00 2001 From: Mathieu Lirzin Date: Sun, 24 Jan 2016 17:42:39 +0100 Subject: packages: Use '@' in package record printers. * guix/packages.scm : Use '@' in record printer. * guix/import/cabal.scm : Likewise * guix/import/elpa.scm : Likewise. * tests/packages.scm: Adapt to it. --- tests/packages.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/packages.scm') diff --git a/tests/packages.scm b/tests/packages.scm index 6a2f4f06e1..9d37fb68d6 100644 --- a/tests/packages.scm +++ b/tests/packages.scm @@ -58,7 +58,7 @@ (define %store (test-begin "packages") (test-assert "printer with location" - (string-match "^#$" + (string-match "^#$" (with-output-to-string (lambda () (write @@ -66,7 +66,7 @@ (define %store (location (make-location "foo.scm" 42 7)))))))) (test-assert "printer without location" - (string-match "^#$" + (string-match "^#$" (with-output-to-string (lambda () (write -- cgit v1.2.3