diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-04-24 09:23:26 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-04-24 09:23:26 +0200 |
commit | e79d2cd70e5187c5305f008195b1dd9848923835 (patch) | |
tree | f3da0cf71e6bbf30b766ef34dfd807de13bf9a2e /qt/common/containers | |
parent | cdd4151de0a2a3f0f534ae3a74f35098d3d4916e (diff) |
Fix test description
Diffstat (limited to 'qt/common/containers')
-rw-r--r-- | qt/common/containers/driver.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/common/containers/driver.cxx b/qt/common/containers/driver.cxx index 507647b..6010571 100644 --- a/qt/common/containers/driver.cxx +++ b/qt/common/containers/driver.cxx @@ -3,7 +3,7 @@ // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file -// Test Qt containers. +// Test Qt containers persistence. // #include <memory> // std::auto_ptr |