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

10 lines
139 B
Plaintext

# -*- perl -*-
use strict;
use warnings;
use tests::tests;
check_expected ([<<'EOF']);
(sc-boundary) begin
sc-boundary: exit(42)
EOF
pass;