Use 9600 bps for Pintos serial, to match the speed used by the loader.
[pintos-anon] / src / tests / threads / alarm-negative.ck
1 # -*- perl -*-
2 use strict;
3 use warnings;
4 use tests::tests;
5 check_expected ([<<'EOF']);
6 (alarm-negative) begin
7 (alarm-negative) PASS
8 (alarm-negative) end
9 EOF
10 pass;