aboutsummaryrefslogtreecommitdiff
path: root/src/tests/archive.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/archive.cpp')
-rw-r--r--src/tests/archive.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/archive.cpp b/src/tests/archive.cpp
index 698d37c..131d4de 100644
--- a/src/tests/archive.cpp
+++ b/src/tests/archive.cpp
@@ -12,7 +12,7 @@ using namespace Bu;
12 12
13int main() 13int main()
14{ 14{
15 File f("test.dat", "wb"); 15 File f("test.dat", File::Write );
16 Archive ar( f, Archive::save ); 16 Archive ar( f, Archive::save );
17 17
18 std::string s("Hello there"); 18 std::string s("Hello there");