sub flunk
| 1 | module Test |
| 1.1 | (Test) sub flunk |
Documentation for sub flunk assembled from the following types:
module Test
From Test
(Test) sub flunk
multi sub flunk( = '')
The opposite of pass, makes a test fail with an optional message.
| 1 | module Test |
| 1.1 | (Test) sub flunk |
Documentation for sub flunk assembled from the following types:
From Test
multi sub flunk( = '')
The opposite of pass, makes a test fail with an optional message.