Revert "[clang][test] mark tests added in ee8524087c78 as unsupported on AIX"
authorJake Egan <jakeegan10@gmail.com>
Mon, 30 May 2022 13:33:10 +0000 (09:33 -0400)
committerJake Egan <jakeegan10@gmail.com>
Mon, 30 May 2022 13:35:26 +0000 (09:35 -0400)
The tests pass now on a clean build.

This reverts commit 1b34f1e996565bc5e4f2be14b89f881f8fe0f3b9.

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

index f33fc6b..7aaf814 100644 (file)
@@ -1,5 +1,5 @@
 // RUN: c-index-test -index-file %s -std=gnu++20 | FileCheck %s
-// UNSUPPORTED: aix
+
 template <typename T>
 concept LargeType = sizeof(T) > 8;
 // 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
index b8d41e8..d29b9dc 100644 (file)
@@ -1,5 +1,5 @@
 // RUN: c-index-test -test-load-source all %s -std=gnu++20 -fno-delayed-template-parsing | FileCheck %s
-// UNSUPPORTED: aix
+
 template<class T>
 struct type_trait {
     const static bool value = false;