random: Fix behavior of kernel option "-rs".
[pintos-anon] / src / tests / userprog / sc-bad-sp.ck
1 # -*- perl -*-
2 use strict;
3 use warnings;
4 use tests::tests;
5 check_expected ([<<'EOF']);
6 (sc-bad-sp) begin
7 sc-bad-sp: exit(-1)
8 EOF
9 pass;