diff options
Diffstat (limited to 'src/unit')
| -rw-r--r-- | src/unit/sfile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unit/sfile.cpp b/src/unit/sfile.cpp index 3f52272..2aff312 100644 --- a/src/unit/sfile.cpp +++ b/src/unit/sfile.cpp | |||
| @@ -87,7 +87,7 @@ public: | |||
| 87 | unitTest( sf.isEOS() == false ); | 87 | unitTest( sf.isEOS() == false ); |
| 88 | try | 88 | try |
| 89 | { | 89 | { |
| 90 | int r = sf.read( buf, 5 ); | 90 | sf.read( buf, 5 ); |
| 91 | unitFailed("No exception thrown"); | 91 | unitFailed("No exception thrown"); |
| 92 | } | 92 | } |
| 93 | catch( Bu::FileException &e ) | 93 | catch( Bu::FileException &e ) |
