summaryrefslogtreecommitdiff
path: root/Tests/Kernel/stress-truncate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Kernel/stress-truncate.cpp')
-rw-r--r--Tests/Kernel/stress-truncate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Kernel/stress-truncate.cpp b/Tests/Kernel/stress-truncate.cpp
index 8c683477bd..7164bb05b2 100644
--- a/Tests/Kernel/stress-truncate.cpp
+++ b/Tests/Kernel/stress-truncate.cpp
@@ -13,7 +13,7 @@
int main(int argc, char** argv)
{
- const char* target = nullptr;
+ char const* target = nullptr;
int max_file_size = 1024 * 1024;
int count = 1024;