Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 431abf4e authored by Yu Shan's avatar Yu Shan Committed by Automerger Merge Worker
Browse files

Change static const to static constexpr am: 3a14cb49

parents 1473e694 3a14cb49
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@ class PendingRequestPoolTest : public ::testing::Test {

  private:
    // Test timeout is 0.1s.
    static const int64_t TEST_TIMEOUT = 100000000;
    static constexpr int64_t TEST_TIMEOUT = 100000000;

    std::unique_ptr<PendingRequestPool> mPool;
};