aboutsummaryrefslogtreecommitdiff
path: root/clang/test/ExtractAPI/method_template_spec.cpp
diff options
context:
space:
mode:
authorDaniel Grumberg <dgrumberg@apple.com>2024-04-02 15:34:52 +0100
committerDaniel Grumberg <dgrumberg@apple.com>2024-04-02 15:34:52 +0100
commit209a1e8dfdf1c104dd53b50eb196d6bc0dd01659 (patch)
tree5d168c7a4dd26d1d21b1dd7819ee387d7d97001e /clang/test/ExtractAPI/method_template_spec.cpp
parentea9a66ea8b6fee77e7ee9e47d868d43ecbbcd787 (diff)
downloadllvm-209a1e8dfdf1c104dd53b50eb196d6bc0dd01659.zip
llvm-209a1e8dfdf1c104dd53b50eb196d6bc0dd01659.tar.gz
llvm-209a1e8dfdf1c104dd53b50eb196d6bc0dd01659.tar.bz2
Revert "[clang][ExtractAPI] Add ability to create multiple symbol graphs (#86676)"
This failed the test suite due to missing DiagGroup for a new warning. This reverts commit b31414bf4f9898f7817a9fcf8a91f62ec26f3eaf.
Diffstat (limited to 'clang/test/ExtractAPI/method_template_spec.cpp')
-rw-r--r--clang/test/ExtractAPI/method_template_spec.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/ExtractAPI/method_template_spec.cpp b/clang/test/ExtractAPI/method_template_spec.cpp
index 8eaffde..706d99d 100644
--- a/clang/test/ExtractAPI/method_template_spec.cpp
+++ b/clang/test/ExtractAPI/method_template_spec.cpp
@@ -2,7 +2,7 @@
// RUN: split-file %s %t
// RUN: sed -e "s@INPUT_DIR@%{/t:regex_replacement}@g" \
// RUN: %t/reference.output.json.in >> %t/reference.output.json
-// RUN: %clang_cc1 -extract-api --pretty-sgf -triple arm64-apple-macosx \
+// RUN: %clang_cc1 -extract-api -triple arm64-apple-macosx \
// RUN: -x c++-header %t/input.h -o %t/output.json -verify
// Generator version is not consistent across test runs, normalize it.