]> gitweb.factorcode.org Git - factor.git/blobdiff - core/io/io-tests.factor
Add vocab: for vocab-relative paths
[factor.git] / core / io / io-tests.factor
index cf6b935215bc1493b20167f76a0cacd44a0bc1ab..f0cbd33114db657fdb6310686546e77cf8c3a41f 100644 (file)
@@ -2,7 +2,7 @@ USING: io parser tools.test words ;
 IN: io.tests
 
 [ f ] [
-    "resource:core/io/test/no-trailing-eol.factor" run-file
+    "vocab:io/test/no-trailing-eol.factor" run-file
     "foo" "io.tests" lookup
 ] unit-test