[Driver][unittest] Unbreak ToolChainTest.cpp compilation with -Werror
authorRainer Orth <ro@gcc.gnu.org>
Wed, 16 Aug 2023 08:37:14 +0000 (10:37 +0200)
committerTobias Hieta <tobias@hieta.se>
Tue, 22 Aug 2023 05:43:58 +0000 (07:43 +0200)
commitefcacdb0f9c71bd631aba3ee896a1c54306ad0be
treed8ac28392934806f9f1aa953decc686b4e03fbf0
parent53e5a6392ab4c37aff9438e96ba0f92d8321af51
[Driver][unittest] Unbreak ToolChainTest.cpp compilation with -Werror

D157275 broke some buildbots that run with -Werror:

https://lab.llvm.org/buildbot#builders/36/builds/36604
https://lab.llvm.org/buildbot#builders/57/builds/29201

Avoid this by using an overlong line rather than appeasing `clang-format`.

(cherry picked from commit 18252e6c8e2b1bb9901b5cca9e9a75edfeda2c4e)
clang/unittests/Driver/ToolChainTest.cpp