aboutsummaryrefslogtreecommitdiff
path: root/src/tests/utf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/utf.cpp')
-rw-r--r--src/tests/utf.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/utf.cpp b/src/tests/utf.cpp
index 40d4194..ef7297d 100644
--- a/src/tests/utf.cpp
+++ b/src/tests/utf.cpp
@@ -7,6 +7,7 @@ using namespace Bu;
7 7
8int main() 8int main()
9{ 9{
10 sio << "Code: " << Bu::__calcHashCode( Bu::UtfString() ) << sio.nl;
10 sio << "Code: " << Bu::__calcHashCode( Bu::UtfString("Hello there") ) 11 sio << "Code: " << Bu::__calcHashCode( Bu::UtfString("Hello there") )
11 << sio.nl; 12 << sio.nl;
12 13