Files
pintos_22/src/tests/userprog/null.ck
2024-10-01 23:37:39 +01:00

9 lines
110 B
Plaintext

# -*- perl -*-
use strict;
use warnings;
use tests::tests;
check_expected ([<<'EOF']);
system call!
EOF
pass;