From 82a1142c41981c5f373f7d8c01f8a65da5f9fdb9 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Mon, 6 Jun 2016 08:43:10 -0700 Subject: [PATCH] io.files: fix test --- core/io/files/files-tests.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/io/files/files-tests.factor b/core/io/files/files-tests.factor index e143c1749d..30e1595863 100644 --- a/core/io/files/files-tests.factor +++ b/core/io/files/files-tests.factor @@ -102,7 +102,7 @@ STRUCT: pt { x uint } { y uint } ; specialized-array: pt CONSTANT: pt-array-1 - pt-array{ S{ pt f 1 1 } S{ pt f 2 2 } S{ pt f 3 3 } } + pt-array{ S{ pt f 1 1 } S{ pt f 2 2 } S{ pt f 3 3 } } ; [| path | { } [