chromium/third_party/leveldatabase/src/issues/issue200_test.cc

// Copyright (c) 2013 The LevelDB Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. See the AUTHORS file for names of contributors.

// Test for issue 200: when iterator switches direction from backward
// to forward, the current key can be yielded unexpectedly if a new
// mutation has been added just before the current key.

#include "gtest/gtest.h"
#include "leveldb/db.h"
#include "util/testutil.h"

namespace leveldb {

TEST(Issue200, Test) {}

}  // namespace leveldb