alien.remote-control: Fix I[[ ]]

modern-harvey2
Doug Coleman 2017-08-27 12:42:51 -05:00
parent c0cad4ed80
commit ce4c3f2f43
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ IN: alien.remote-control.tests
image-path :> image image-path :> image
[ [
[I I[[
#include <vm/master.h> #include <vm/master.h>
#include <stdio.h> #include <stdio.h>
#include <stdbool.h> #include <stdbool.h>
@ -32,7 +32,7 @@ int main(int argc, char **argv)
printf("Done.\n"); printf("Done.\n");
return 0; return 0;
} }
I] ]]
] with-string-writer ] with-string-writer
[ compile-file ] with-temp-directory [ compile-file ] with-temp-directory
[ run-test ] with-temp-directory ; [ run-test ] with-temp-directory ;