summaryrefslogtreecommitdiff
path: root/tests
diff options
authorAndrea Azzarone <azzaronea@gmail.com>2012-01-07 13:38:29 +0100
committerAndrea Azzarone <azzaronea@gmail.com>2012-01-07 13:38:29 +0100
commit8b0e2943793c52fb1cbb0879d562f6ecc9902343 (patch)
tree6488fa8792a53ee4d7045a0818cae8890f26a631 /tests
parentb57f99025dd1ab4a48c829eba985e9cd042fbac4 (diff)
Clean up.
(bzr r1815.2.4)
Diffstat (limited to 'tests')
-rw-r--r--tests/test_favorite_store_private.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_favorite_store_private.cpp b/tests/test_favorite_store_private.cpp
index b6eb082dd..d7c2e2fdf 100644
--- a/tests/test_favorite_store_private.cpp
+++ b/tests/test_favorite_store_private.cpp
@@ -388,6 +388,5 @@ TEST(TestFavoriteStorePrivate, TestNeedToBeReorderedMixed)
fresh.push_back("h");
EXPECT_TRUE(internal::impl::NeedToBeReordered(old, fresh));
-
}