diff options
Diffstat (limited to 'cpp/test/FreezeScript/evictor/makedb.cpp')
-rw-r--r-- | cpp/test/FreezeScript/evictor/makedb.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/FreezeScript/evictor/makedb.cpp b/cpp/test/FreezeScript/evictor/makedb.cpp index 7adc199bb00..2a765c03322 100644 --- a/cpp/test/FreezeScript/evictor/makedb.cpp +++ b/cpp/test/FreezeScript/evictor/makedb.cpp @@ -74,7 +74,7 @@ run(const Ice::CommunicatorPtr& communicator, const string& envName, const strin for(int i = 0; i < 10; ++i) { - string facetName = "theFacet"; + string facetName = "theFacet"; Ice::Identity id; ostringstream ostr; |