summaryrefslogtreecommitdiffstats
path: root/src/tests/vm/pt-write-code2.ck
blob: 69ffc77ca4b3a7960adcdb91b66da10b0bb4fd96 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# -*- perl -*-
use strict;
use warnings;
use tests::tests;
check_expected ([<<'EOF']);
(pt-write-code2) begin
(pt-write-code2) open "sample.txt"
pt-write-code2: exit(-1)
EOF
pass;