aboutsummaryrefslogtreecommitdiff
path: root/clang/test/ExtractAPI/language.c
diff options
context:
space:
mode:
authorVitaly Buka <vitalybuka@gmail.com>2024-04-03 17:22:45 -0700
committerGitHub <noreply@github.com>2024-04-03 17:22:45 -0700
commit28fa873d3642324ba64f1624a8ae0cc34c582489 (patch)
tree3c2c6c57cc31ac50e3cf89f706ddb3d0956b63f4 /clang/test/ExtractAPI/language.c
parent7e2a1d6f23cb604203324b47237f8e463704a497 (diff)
downloadllvm-28fa873d3642324ba64f1624a8ae0cc34c582489.zip
llvm-28fa873d3642324ba64f1624a8ae0cc34c582489.tar.gz
llvm-28fa873d3642324ba64f1624a8ae0cc34c582489.tar.bz2
Revert "Reenable external categories (#87357)"revert-87357-reenable-external-categories
This reverts commit e05c1b46d0d3739cc48ad912dbe6e9affce05927.
Diffstat (limited to 'clang/test/ExtractAPI/language.c')
-rw-r--r--clang/test/ExtractAPI/language.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/test/ExtractAPI/language.c b/clang/test/ExtractAPI/language.c
index 90832fd..fe98626 100644
--- a/clang/test/ExtractAPI/language.c
+++ b/clang/test/ExtractAPI/language.c
@@ -7,11 +7,11 @@
// RUN: sed -e "s@INPUT_DIR@%{/t:regex_replacement}@g" \
// RUN: %t/objcpp.reference.output.json.in >> %t/objcpp.reference.output.json
-// RUN: %clang_cc1 -extract-api --pretty-sgf -x c-header -triple arm64-apple-macosx \
+// RUN: %clang_cc1 -extract-api -x c-header -triple arm64-apple-macosx \
// RUN: %t/c.h -o %t/c.output.json | FileCheck -allow-empty %s
-// RUN: %clang_cc1 -extract-api --pretty-sgf -x objective-c-header -triple arm64-apple-macosx \
+// RUN: %clang_cc1 -extract-api -x objective-c-header -triple arm64-apple-macosx \
// RUN: %t/objc.h -o %t/objc.output.json | FileCheck -allow-empty %s
-// RUN: %clang_cc1 -extract-api --pretty-sgf -x objective-c++-header -triple arm64-apple-macosx \
+// RUN: %clang_cc1 -extract-api -x objective-c++-header -triple arm64-apple-macosx \
// RUN: %t/objcpp.h -o %t/objcpp.output.json | FileCheck -allow-empty %s
// Generator version is not consistent across test runs, normalize it.