fix: update test to use new clang/Options path for LLVM 22.1

This commit is contained in:
ykiko
2026-04-23 08:32:45 +08:00
parent 0133f5db23
commit 7050fc5d20

View File

@@ -1,7 +1,7 @@
#include "test/test.h"
#include "command/argument_parser.h"
#include "clang/Driver/Options.h"
#include "clang/Options/Options.h"
namespace clice::testing {
@@ -9,7 +9,7 @@ namespace {
TEST_SUITE(ArgumentParser) {
using option = clang::driver::options::ID;
using option = clang::options::ID;
void EXPECT_ID(llvm::StringRef command, option opt) {
auto id = get_option_id(command);