diff options
Diffstat (limited to 'tests/os.nom')
| -rw-r--r-- | tests/os.nom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/os.nom b/tests/os.nom index c0a2403..4dd7680 100644 --- a/tests/os.nom +++ b/tests/os.nom @@ -10,4 +10,4 @@ assume (%lines.3 == " Tests for the stuff defined in lib/os.nom") %n = 0 for file %f in "core" (%n += 1) assume (%n > 0) or barf "Failed to walk the 'core' directory" -say "OS test passed."
\ No newline at end of file +say "OS test passed." |
