summaryrefslogtreecommitdiff
path: root/Userland/Utilities/tt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Utilities/tt.cpp')
-rw-r--r--Userland/Utilities/tt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Utilities/tt.cpp b/Userland/Utilities/tt.cpp
index 5c0929d2bd..e645b4da85 100644
--- a/Userland/Utilities/tt.cpp
+++ b/Userland/Utilities/tt.cpp
@@ -24,7 +24,7 @@ static int kill_test();
ErrorOr<int> serenity_main(Main::Arguments arguments)
{
- const char* test_name = "n";
+ char const* test_name = "n";
Core::ArgsParser args_parser;
args_parser.set_general_help(