aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/userprog/write-boundary.ck
blob: 788378179c57064823ab362c2176edafdc1b3c3f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# -*- perl -*-
use strict;
use warnings;
use tests::tests;
check_expected ([<<'EOF']);
(write-boundary) begin
(write-boundary) open "sample.txt"
(write-boundary) end
write-boundary: exit(0)
EOF
pass;