//===-- ArgsTest.cpp ------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// #include "lldb/Interpreter/OptionValueFileColonLine.h" #include "lldb/Utility/FileSpec.h" #include "lldb/Utility/Status.h" #include "gtest/gtest.h" usingnamespacelldb_private; void CheckSetting(const char *input, bool success, FileSpec path = { … } TEST(OptionValueFileColonLine, setFromString) { … }