diff options
author | Simon Tatham <simon.tatham@arm.com> | 2024-09-30 16:12:00 +0100 |
---|---|---|
committer | Simon Tatham <simon.tatham@arm.com> | 2024-10-07 09:32:06 +0100 |
commit | e0df221dcf5696c6e99952ee62a3b3b689433f3b (patch) | |
tree | 174a180582533e2fc3bdd9f0c5e0b1fe061c323a /clang/unittests/Driver | |
parent | 5cfc6bc22b6284a2e0b78c71c84d272fcc8ac850 (diff) | |
download | llvm-e0df221dcf5696c6e99952ee62a3b3b689433f3b.zip llvm-e0df221dcf5696c6e99952ee62a3b3b689433f3b.tar.gz llvm-e0df221dcf5696c6e99952ee62a3b3b689433f3b.tar.bz2 |
[clang][Driver] Rename "FatalError" key to "Error" in multilib.yaml (#110804)
This is a late-breaking change to #105684, suggested after the
original patch was already landed.
Diffstat (limited to 'clang/unittests/Driver')
-rw-r--r-- | clang/unittests/Driver/MultilibTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/unittests/Driver/MultilibTest.cpp b/clang/unittests/Driver/MultilibTest.cpp index dfeef7c..c03e117 100644 --- a/clang/unittests/Driver/MultilibTest.cpp +++ b/clang/unittests/Driver/MultilibTest.cpp @@ -282,7 +282,7 @@ Variants: )")); EXPECT_TRUE( StringRef(Diagnostic) - .contains("one of the 'Dir' and 'FatalError' keys must be specified")) + .contains("one of the 'Dir' and 'Error' keys must be specified")) << Diagnostic; EXPECT_FALSE(parseYaml(MS, Diagnostic, YAML_PREAMBLE R"( |