Skip to content

Commit a8c2f76

Browse files
committed
Removing an accidentally duplicated line of test code to fix bots.
1 parent 5260bc2 commit a8c2f76

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/test/Sema/attr-capabilities.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// RUN: %clang_cc1 -fsyntax-only -Wthread-safety -verify %s
22

3-
typedef int __attribute__((capability("role"))) ThreadRole;
43
typedef int __attribute__((capability("role"))) ThreadRole;
54
struct __attribute__((shared_capability("mutex"))) Mutex {};
65
struct NotACapability {};

0 commit comments

Comments
 (0)