We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62c09ea commit 41710f4Copy full SHA for 41710f4
clang/test/Coverage/ast-printing.cpp
@@ -4,7 +4,7 @@
4
// RUN: diff %t.1.cpp %t.2.cpp
5
// RUN: %clang_cc1 -std=c++20 -ast-dump %s
6
// RUN: %clang_cc1 -std=c++20 -ast-dump-all %s
7
-// RUN: %clang_cc1 -std=c++20 -ast-dump=json %s
+// RUN: %clang_cc1 -std=c++20 -ast-dump=json -triple=x86_64-linux-gnu %s
8
// RUN: %clang_cc1 -std=c++20 -fdump-record-layouts %s
9
10
#include "cxx-language-features.inc"
0 commit comments