summaryrefslogtreecommitdiff
path: root/Tests/LibC/TestLibCTime.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/LibC/TestLibCTime.cpp')
-rw-r--r--Tests/LibC/TestLibCTime.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/LibC/TestLibCTime.cpp b/Tests/LibC/TestLibCTime.cpp
index 72e0777b2c..6534e9e0c1 100644
--- a/Tests/LibC/TestLibCTime.cpp
+++ b/Tests/LibC/TestLibCTime.cpp
@@ -8,7 +8,7 @@
#include <LibTest/TestCase.h>
#include <time.h>
-const auto expected_epoch = "Thu Jan 1 00:00:00 1970\n"sv;
+auto const expected_epoch = "Thu Jan 1 00:00:00 1970\n"sv;
class TimeZoneGuard {
public: