provided code
This commit is contained in:
9
src/tests/userprog/sc-boundary.ck
Normal file
9
src/tests/userprog/sc-boundary.ck
Normal file
@@ -0,0 +1,9 @@
|
||||
# -*- perl -*-
|
||||
use strict;
|
||||
use warnings;
|
||||
use tests::tests;
|
||||
check_expected ([<<'EOF']);
|
||||
(sc-boundary) begin
|
||||
sc-boundary: exit(42)
|
||||
EOF
|
||||
pass;
|
||||
Reference in New Issue
Block a user