aboutsummaryrefslogtreecommitdiff
path: root/src/unit/fstring.unit
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2009-09-09 23:30:44 +0000
committerMike Buland <eichlan@xagasoft.com>2009-09-09 23:30:44 +0000
commit2c1bfa4da2ae809b6580ed1d6cd420cdba2806d0 (patch)
treedf5cb77c34dcf68efcf93da1af3a71ce4e9f8705 /src/unit/fstring.unit
parent69924adf356c4377bef02d4a9a331db24701d188 (diff)
downloadlibbu++-2c1bfa4da2ae809b6580ed1d6cd420cdba2806d0.tar.gz
libbu++-2c1bfa4da2ae809b6580ed1d6cd420cdba2806d0.tar.bz2
libbu++-2c1bfa4da2ae809b6580ed1d6cd420cdba2806d0.tar.xz
libbu++-2c1bfa4da2ae809b6580ed1d6cd420cdba2806d0.zip
Fixed a unit test, and added some fixes and new queue functions to list, fuck it
it's easier when they're in list.
Diffstat (limited to '')
-rw-r--r--src/unit/fstring.unit2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unit/fstring.unit b/src/unit/fstring.unit
index 40b1ce2..53ae780 100644
--- a/src/unit/fstring.unit
+++ b/src/unit/fstring.unit
@@ -35,7 +35,7 @@
35 unitTest( strcmp( b.getStr(), "abcdef" ) == 0 ); 35 unitTest( strcmp( b.getStr(), "abcdef" ) == 0 );
36} 36}
37 37
38{%shared1:fail} 38{%shared1}
39{ 39{
40 Bu::FString a("Hey there"); 40 Bu::FString a("Hey there");
41 Bu::FString b( a ); 41 Bu::FString b( a );