Fix standalone tests
authorAndy Wingo <wingo@pobox.com>
Wed, 20 Nov 2013 19:01:30 +0000 (20:01 +0100)
committerAndy Wingo <wingo@pobox.com>
Wed, 20 Nov 2013 19:01:30 +0000 (20:01 +0100)
* test-suite/vm/run-vm-tests.scm: Fix for objcode -> loader rename.

test-suite/vm/run-vm-tests.scm

index 31518df..2254363 100644 (file)
@@ -18,7 +18,7 @@
 
 
 (use-modules (system vm vm)
-             (system vm objcode)
+             (system vm loader)
             (system vm program)
             (system base compile)
             (system base language)