aboutsummaryrefslogtreecommitdiff
path: root/src/tests
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/fstring.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/fstring.cpp b/src/tests/fstring.cpp
index 33e24b4..271738c 100644
--- a/src/tests/fstring.cpp
+++ b/src/tests/fstring.cpp
@@ -41,6 +41,7 @@ int main( int argc, char *argv )
41 pem; 41 pem;
42 42
43 thing( str2 ); 43 thing( str2 );
44 thing("test.");
44 45
45 printf("%d == %d\n", __calcHashCode( str ), __calcHashCode( str.c_str() ) ); 46 printf("%d == %d\n", __calcHashCode( str ), __calcHashCode( str.c_str() ) );
46} 47}