aboutsummaryrefslogtreecommitdiff
path: root/core/fxcrt/fake_time_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/fxcrt/fake_time_test.h')
-rw-r--r--core/fxcrt/fake_time_test.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/core/fxcrt/fake_time_test.h b/core/fxcrt/fake_time_test.h
new file mode 100644
index 000000000..9e514d12d
--- /dev/null
+++ b/core/fxcrt/fake_time_test.h
@@ -0,0 +1,16 @@
+// Copyright 2022 The PDFium Authors
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef CORE_FXCRT_FAKE_TIME_TEST_H_
+#define CORE_FXCRT_FAKE_TIME_TEST_H_
+
+#include "testing/gtest/include/gtest/gtest.h"
+
+class FakeTimeTest : public ::testing::Test {
+ public:
+ void SetUp() override;
+ void TearDown() override;
+};
+
+#endif // CORE_FXCRT_FAKE_TIME_TEST_H_