11 lines
163 B
Text
11 lines
163 B
Text
|
# -*- perl -*-
|
||
|
use strict;
|
||
|
use warnings;
|
||
|
use tests::tests;
|
||
|
check_expected ([<<'EOF']);
|
||
|
(alarm-negative) begin
|
||
|
(alarm-negative) PASS
|
||
|
(alarm-negative) end
|
||
|
EOF
|
||
|
pass;
|