Revert "[clang][test] mark tests added in ee8524087c as unsupported on AIX"

The tests pass now on a clean build.

This reverts commit 1b34f1e996.
This commit is contained in:
Jake Egan 2022-05-30 09:33:10 -04:00
parent 3e6ba89055
commit be3fc66f83
2 changed files with 2 additions and 2 deletions

View 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

View 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;