aboutsummaryrefslogtreecommitdiff
path: root/src/tests/cache.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/cache.cpp')
-rw-r--r--src/tests/cache.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/tests/cache.cpp b/src/tests/cache.cpp
index 12b5bf4..bacd7fc 100644
--- a/src/tests/cache.cpp
+++ b/src/tests/cache.cpp
@@ -172,9 +172,7 @@ int main( int argc, char *argv[] )
172 return 0; 172 return 0;
173 } 173 }
174 174
175 BobCalc cc; 175 BobCache cBob( new BobCalc(), new BobStore() );
176 BobCache cBob( cc );
177 cBob.appendStore( new BobStore() );
178 switch( argv[1][0] ) 176 switch( argv[1][0] )
179 { 177 {
180 case 'c': 178 case 'c':