repo.or.cz
/
pintos.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Clarify purpose and rationale.
[pintos.git]
/
src
/
tests
/
userprog
/
write-zero.ck
blob
cc4cd609f4e402ad5fa77e19c438a0edde02bcd6
1
# -*- perl -*-
2
use strict;
3
use warnings;
4
use tests::tests;
5
check_expected ([<<'EOF']);
6
(write-zero) begin
7
(write-zero) open "sample.txt"
8
(write-zero) end
9
write-zero: exit(0)
10
EOF
11
pass;