summaryrefslogtreecommitdiff
path: root/gnu/tests.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/tests.scm')
-rw-r--r--gnu/tests.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/tests.scm b/gnu/tests.scm
index cc72e568583..60e7ef30c00 100644
--- a/gnu/tests.scm
+++ b/gnu/tests.scm
@@ -61,7 +61,7 @@
61;;; 61;;;
62;;; This module provides the infrastructure to run operating system tests. 62;;; This module provides the infrastructure to run operating system tests.
63;;; The most important part of that is tools to instrument the OS under test, 63;;; The most important part of that is tools to instrument the OS under test,
64;;; essentially allowing to run in a virtual machine controlled by the host 64;;; essentially allowing it to run in a virtual machine controlled by the host
65;;; system--hence the name "marionette". 65;;; system--hence the name "marionette".
66;;; 66;;;
67;;; Code: 67;;; Code: