Fix C++11 build.

PiperOrigin-RevId: 308839805
This commit is contained in:
Victor Costan 2020-04-28 16:41:33 +00:00
parent 98a3b8cf65
commit 23d67e7c1f

View File

@ -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) {