summaryrefslogtreecommitdiffstats
path: root/pintos-progos/tests/threads/alarm-negative.ck
diff options
context:
space:
mode:
Diffstat (limited to 'pintos-progos/tests/threads/alarm-negative.ck')
-rw-r--r--pintos-progos/tests/threads/alarm-negative.ck10
1 files changed, 10 insertions, 0 deletions
diff --git a/pintos-progos/tests/threads/alarm-negative.ck b/pintos-progos/tests/threads/alarm-negative.ck
new file mode 100644
index 0000000..0d2bab0
--- /dev/null
+++ b/pintos-progos/tests/threads/alarm-negative.ck
@@ -0,0 +1,10 @@
1# -*- perl -*-
2use strict;
3use warnings;
4use tests::tests;
5check_expected ([<<'EOF']);
6(alarm-negative) begin
7(alarm-negative) PASS
8(alarm-negative) end
9EOF
10pass;