diff options
author | Mike Buland <eichlan@xagasoft.com> | 2009-02-19 22:46:37 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2009-02-19 22:46:37 +0000 |
commit | 76e10d8d10a9743444942fd0ba5d0f58a122f370 (patch) | |
tree | f2e65c6e6baad263391dd7dc981a7f8e167bb707 /src/tests/fstring.cpp | |
parent | 0a8a63f836fe8fc6f8b21517d8a5b012544f5e89 (diff) | |
download | libbu++-c6b2ad0fe971811f16db305714c1d6b5205590da.tar.gz libbu++-c6b2ad0fe971811f16db305714c1d6b5205590da.tar.bz2 libbu++-c6b2ad0fe971811f16db305714c1d6b5205590da.tar.xz libbu++-c6b2ad0fe971811f16db305714c1d6b5205590da.zip |
Hey, this code isn't being used by anyone anymore, ever, anywhere, but I madeoriginal
it compile to get some old tests, and I figured I may as well not throw all that
away.
Diffstat (limited to 'src/tests/fstring.cpp')
-rw-r--r-- | src/tests/fstring.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/fstring.cpp b/src/tests/fstring.cpp index 271738c..92f8cc4 100644 --- a/src/tests/fstring.cpp +++ b/src/tests/fstring.cpp | |||
@@ -18,7 +18,7 @@ void thing( FString str ) | |||
18 | } | 18 | } |
19 | 19 | ||
20 | #define pem printf("---------\n%08X: %s\n%08X: %s\n", (unsigned int)str.c_str(), str.c_str(), (unsigned int)str2.c_str(), str2.c_str() ); | 20 | #define pem printf("---------\n%08X: %s\n%08X: %s\n", (unsigned int)str.c_str(), str.c_str(), (unsigned int)str2.c_str(), str2.c_str() ); |
21 | int main( int argc, char *argv ) | 21 | int main( int argc, char **argv ) |
22 | { | 22 | { |
23 | FString str("th"); | 23 | FString str("th"); |
24 | 24 | ||