Skip to content

Commit be3fc66

Browse files
committed
Revert "[clang][test] mark tests added in ee85240 as unsupported on AIX"
The tests pass now on a clean build. This reverts commit 1b34f1e.
1 parent 3e6ba89 commit be3fc66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clang/test/Index/index-concept-kind.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// RUN: c-index-test -index-file %s -std=gnu++20 | FileCheck %s
2-
// UNSUPPORTED: aix
2+
33
template <typename T>
44
concept LargeType = sizeof(T) > 8;
55
// CHECK: [indexDeclaration]: kind: concept | name: LargeType | USR: c:@CT@LargeType | lang: C | cursor: ConceptDecl=LargeType:[[@LINE-1]]:9 (Definition) | loc: [[@LINE-1]]:9 | semantic-container: [TU] | lexical-container: [TU] | isRedecl: 0 | isDef: 1 | isContainer: 0 | isImplicit: 0

clang/test/Index/index-concepts.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// RUN: c-index-test -test-load-source all %s -std=gnu++20 -fno-delayed-template-parsing | FileCheck %s
2-
// UNSUPPORTED: aix
2+
33
template<class T>
44
struct type_trait {
55
const static bool value = false;

0 commit comments

Comments
 (0)