mirror of
https://github.com/google/leveldb.git
synced 2025-01-19 05:50:09 +08:00
Fix C++11 build.
PiperOrigin-RevId: 308839805
This commit is contained in:
parent
98a3b8cf65
commit
23d67e7c1f
@ -281,6 +281,9 @@ class ConcurrentTest {
|
||||
}
|
||||
};
|
||||
|
||||
// Needed when building in C++11 mode.
|
||||
constexpr uint32_t ConcurrentTest::K;
|
||||
|
||||
// Simple test that does single-threaded testing of the ConcurrentTest
|
||||
// scaffolding.
|
||||
TEST(SkipTest, ConcurrentWithoutThreads) {
|
||||
|
Loading…
Reference in New Issue
Block a user