diff options
Diffstat (limited to 'src/unitsuite.cpp')
-rw-r--r-- | src/unitsuite.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unitsuite.cpp b/src/unitsuite.cpp index 0008721..b61baa5 100644 --- a/src/unitsuite.cpp +++ b/src/unitsuite.cpp | |||
@@ -72,7 +72,7 @@ int Bu::UnitSuite::run( int /*argc*/, char * /*argv */ [] ) | |||
72 | return 0; | 72 | return 0; |
73 | } | 73 | } |
74 | 74 | ||
75 | void Bu::UnitSuite::add( Test fTest, Bu::FString sName ) | 75 | void Bu::UnitSuite::add( Test fTest, const Bu::FString &sName, Expect e ) |
76 | { | 76 | { |
77 | TestInfo ti; | 77 | TestInfo ti; |
78 | ti.sName = sName; | 78 | ti.sName = sName; |