diff options
Diffstat (limited to 'src/tests')
-rw-r--r-- | src/tests/myriadfs.cpp | 2 | ||||
-rw-r--r-- | src/tests/utf.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/myriadfs.cpp b/src/tests/myriadfs.cpp index 5946b27..f57f02d 100644 --- a/src/tests/myriadfs.cpp +++ b/src/tests/myriadfs.cpp | |||
@@ -6,7 +6,7 @@ | |||
6 | 6 | ||
7 | using namespace Bu; | 7 | using namespace Bu; |
8 | 8 | ||
9 | int main( int argc, char *argv[] ) | 9 | int main() |
10 | { | 10 | { |
11 | // Bu::MemBuf mb; | 11 | // Bu::MemBuf mb; |
12 | Bu::File mb("store.myr", File::Read|File::Write|File::Create ); | 12 | Bu::File mb("store.myr", File::Read|File::Write|File::Create ); |
diff --git a/src/tests/utf.cpp b/src/tests/utf.cpp index 01bac7e..3418e68 100644 --- a/src/tests/utf.cpp +++ b/src/tests/utf.cpp | |||
@@ -2,7 +2,7 @@ | |||
2 | #include <bu/string.h> | 2 | #include <bu/string.h> |
3 | #include <bu/utfstring.h> | 3 | #include <bu/utfstring.h> |
4 | 4 | ||
5 | int main( int argc, char *argv[] ) | 5 | int main() |
6 | { | 6 | { |
7 | Bu::File fIn("utf8.in", Bu::File::Read ); | 7 | Bu::File fIn("utf8.in", Bu::File::Read ); |
8 | Bu::String sUtf8; | 8 | Bu::String sUtf8; |