diff options
Diffstat (limited to 'testsuite')
-rwxr-xr-x | testsuite/buildok/fourteen.stp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/buildok/fourteen.stp b/testsuite/buildok/fourteen.stp index dd231696..4490052f 100755 --- a/testsuite/buildok/fourteen.stp +++ b/testsuite/buildok/fourteen.stp @@ -3,4 +3,6 @@ global i, j probe timer.jiffies(100) { i++ } probe timer.jiffies(100).randomize(100) { j++ } +probe timer.ms(100) { i++ } +probe timer.ms(100).randomize(100) { j++ } probe end { log ("i=" . string(i) . " j=" . string(j)) } |