alien.remote-control: Fix I[[ ]]
parent
c0cad4ed80
commit
ce4c3f2f43
|
@ -16,7 +16,7 @@ IN: alien.remote-control.tests
|
|||
image-path :> image
|
||||
|
||||
[
|
||||
[I
|
||||
I[[
|
||||
#include <vm/master.h>
|
||||
#include <stdio.h>
|
||||
#include <stdbool.h>
|
||||
|
@ -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 ;
|
||||
|
|
Loading…
Reference in New Issue