llvm/lldb/unittests/Interpreter/TestRegexCommand.cpp

//===-- TestRegexCommand.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 "Commands/CommandObjectRegexCommand.h"
#include "llvm/Testing/Support/Error.h"
#include "gtest/gtest.h"

usingnamespacelldb_private;
usingnamespacelldb;

namespace {
class TestRegexCommand : public CommandObjectRegexCommand {};
} // namespace

TEST(RegexCommandTest, SubstituteVariablesSuccess) {}

TEST(RegexCommandTest, SubstituteVariablesFailed) {}

TEST(RegexCommandTest, SubstituteVariablesNoRecursion) {}