summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2013-11-20 20:01:30 +0100
committerAndy Wingo <wingo@pobox.com>2013-11-20 20:01:30 +0100
commit473d56373341b0224aa43c3149564ae7f2e20471 (patch)
treed28e96b915425f546d0cbbfd51853af8dcde0c2f
parent6ed55e9143e4b9db4d9de744f9ab6104754e1a9d (diff)
Fix standalone tests
* test-suite/vm/run-vm-tests.scm: Fix for objcode -> loader rename.
-rw-r--r--test-suite/vm/run-vm-tests.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/vm/run-vm-tests.scm b/test-suite/vm/run-vm-tests.scm
index 31518df34..225436356 100644
--- a/test-suite/vm/run-vm-tests.scm
+++ b/test-suite/vm/run-vm-tests.scm
@@ -18,7 +18,7 @@
(use-modules (system vm vm)
- (system vm objcode)
+ (system vm loader)
(system vm program)
(system base compile)
(system base language)