forked from OSchip/llvm-project
Removing an accidentally duplicated line of test code to fix bots.
This commit is contained in:
parent
5260bc2497
commit
a8c2f76cd2
|
@ -1,6 +1,5 @@
|
||||||
// RUN: %clang_cc1 -fsyntax-only -Wthread-safety -verify %s
|
// RUN: %clang_cc1 -fsyntax-only -Wthread-safety -verify %s
|
||||||
|
|
||||||
typedef int __attribute__((capability("role"))) ThreadRole;
|
|
||||||
typedef int __attribute__((capability("role"))) ThreadRole;
|
typedef int __attribute__((capability("role"))) ThreadRole;
|
||||||
struct __attribute__((shared_capability("mutex"))) Mutex {};
|
struct __attribute__((shared_capability("mutex"))) Mutex {};
|
||||||
struct NotACapability {};
|
struct NotACapability {};
|
||||||
|
|
Loading…
Reference in New Issue