0.9.5.31:
[sbcl.git] / tests / stress-gc.sh
index 728bcae..5984282 100644 (file)
@@ -12,7 +12,7 @@
 # more information.
 
 sbcl <<EOF
-    (compile-file "WHN/stress-gc.lisp")
+    (compile-file "./stress-gc.lisp")
     (load *)
     (time (stress-gc ${1:-100000} ${2:-3000}))
     (format t "~&test completed successfully~%")