blob: 86aec8ab1d43f723f2ec154e61679c5968f00b7f (
plain)
1
2
3
4
5
6
7
|
# Check that specifying an array size gives more room than MAXMAPENTRIES
load_lib "stap_run.exp"
set test "array_size"
stap_run $srcdir/$subdir/$test.stp no_load $all_pass_string -DMAXMAPENTRIES=1
|