From ce4c3f2f43c60ff4e45b321af7acba59e50dd022 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Sun, 27 Aug 2017 12:42:51 -0500 Subject: [PATCH] alien.remote-control: Fix I[[ ]] --- basis/alien/remote-control/remote-control-tests.factor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/basis/alien/remote-control/remote-control-tests.factor b/basis/alien/remote-control/remote-control-tests.factor index c1655665ef..8139555a48 100644 --- a/basis/alien/remote-control/remote-control-tests.factor +++ b/basis/alien/remote-control/remote-control-tests.factor @@ -16,7 +16,7 @@ IN: alien.remote-control.tests image-path :> image [ - [I + I[[ #include #include #include @@ -32,7 +32,7 @@ int main(int argc, char **argv) printf("Done.\n"); return 0; } - I] + ]] ] with-string-writer [ compile-file ] with-temp-directory [ run-test ] with-temp-directory ;