aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/userprog/null.ck
blob: 980de35ca6cb582cd8f0cad26465569dd021e74c (plain) (blame)
1
2
3
4
5
6
7
8
# -*- perl -*-
use strict;
use warnings;
use tests::tests;
check_expected ([<<'EOF']);
system call!
EOF
pass;