summaryrefslogtreecommitdiff
path: root/tests/debug-link.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim@guixotic.coop>2025-10-30 16:19:49 +0900
committerMaxim Cournoyer <maxim@guixotic.coop>2025-10-30 16:19:49 +0900
commit9d60fdf6a2e482e7d52184521191c14449619aec (patch)
tree44117a2d06d583f7378ddec5d475baeceddc7564 /tests/debug-link.scm
parente0148efc7f882ba26603897356fa5b8ed4e91455 (diff)
Revert "elf: Remove bundled Guile source."
This reverts commit 11cf5b2fe4882f123cd5e9eb385a773703dfe872.
Diffstat (limited to 'tests/debug-link.scm')
-rw-r--r--tests/debug-link.scm12
1 files changed, 7 insertions, 5 deletions
diff --git a/tests/debug-link.scm b/tests/debug-link.scm
index 1ba40cdd4fc..7ccc054a5d9 100644
--- a/tests/debug-link.scm
+++ b/tests/debug-link.scm
@@ -18,6 +18,7 @@
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
(define-module (test-debug-link)
+ #:use-module (guix elf)
#:use-module (guix build utils)
#:use-module (guix build debug-link)
#:use-module (guix build io)
@@ -32,7 +33,6 @@
#:use-module (srfi srfi-1)
#:use-module (srfi srfi-26)
#:use-module (srfi srfi-64)
- #:use-module (system vm elf)
#:use-module (rnrs io ports)
#:use-module (ice-9 match))
@@ -69,12 +69,13 @@
(exp (with-imported-modules (source-module-closure
'((guix build io)
(guix build utils)
- (guix build debug-link)))
+ (guix build debug-link)
+ (guix elf)))
#~(begin
(use-modules (guix build io)
(guix build utils)
(guix build debug-link)
- (system vm elf)
+ (guix elf)
(rnrs io ports))
(define read-elf
@@ -114,12 +115,13 @@
(exp (with-imported-modules (source-module-closure
'((guix build io)
(guix build utils)
- (guix build debug-link)))
+ (guix build debug-link)
+ (guix elf)))
#~(begin
(use-modules (guix build io)
(guix build utils)
(guix build debug-link)
- (system vm elf)
+ (guix elf)
(rnrs io ports))
(define read-elf