Enclose `regexp.test' in a module.
authorLudovic Courtès <ludo@gnu.org>
Thu, 25 Sep 2008 19:36:14 +0000 (21:36 +0200)
committerLudovic Courtès <ludo@gnu.org>
Thu, 25 Sep 2008 19:36:14 +0000 (21:36 +0200)
* test-suite/tests/regexp.test: Add `define-module' clause.

test-suite/tests/regexp.test

index 0ca0203..15f77a3 100644 (file)
 ;;;; the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
 ;;;; Boston, MA 02110-1301 USA
 
-(use-modules (test-suite lib)
-            (ice-9 regex))
+(define-module (test-suite test-regexp)
+  #:use-module (test-suite lib)
+  #:use-module (ice-9 regex))
 
+\f
 ;;; Run a regexp-substitute or regexp-substitute/global test, once
 ;;; providing a real port and once providing #f, requesting direct
 ;;; string output.