diff options
Diffstat (limited to 'Userland/Utilities/test.cpp')
-rw-r--r-- | Userland/Utilities/test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Utilities/test.cpp b/Userland/Utilities/test.cpp index fc8308f050..ef5f79f307 100644 --- a/Userland/Utilities/test.cpp +++ b/Userland/Utilities/test.cpp @@ -316,7 +316,7 @@ private: static OwnPtr<Condition> parse_complex_expression(char* argv[]); -static bool should_treat_expression_as_single_string(const StringView& arg_after) +static bool should_treat_expression_as_single_string(StringView arg_after) { return arg_after.is_null() || arg_after == "-a" || arg_after == "-o"; } |