diff options
Diffstat (limited to 'sample')
-rwxr-xr-x | sample/test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/test.rb b/sample/test.rb index 4bef6bc392..d7f80b1e39 100755 --- a/sample/test.rb +++ b/sample/test.rb @@ -813,7 +813,7 @@ test_ok(catch(:foo) { break end break - test_ok(false) # should no reach here + test_ok(false) # should not reach here end false }) |