aboutsummaryrefslogtreecommitdiff
path: root/src/unit/sfile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/unit/sfile.cpp')
-rw-r--r--src/unit/sfile.cpp2
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 )