provided code
This commit is contained in:
11
src/tests/userprog/write-zero.ck
Normal file
11
src/tests/userprog/write-zero.ck
Normal file
@@ -0,0 +1,11 @@
|
||||
# -*- perl -*-
|
||||
use strict;
|
||||
use warnings;
|
||||
use tests::tests;
|
||||
check_expected ([<<'EOF']);
|
||||
(write-zero) begin
|
||||
(write-zero) open "sample.txt"
|
||||
(write-zero) end
|
||||
write-zero: exit(0)
|
||||
EOF
|
||||
pass;
|
||||
Reference in New Issue
Block a user