Commit a8c2f76c authored by Aaron Ballman's avatar Aaron Ballman
Browse files

Removing an accidentally duplicated line of test code to fix bots.

parent 5260bc24
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
// RUN: %clang_cc1 -fsyntax-only -Wthread-safety -verify %s

typedef int __attribute__((capability("role"))) ThreadRole;
typedef int __attribute__((capability("role"))) ThreadRole;
struct __attribute__((shared_capability("mutex"))) Mutex {};
struct NotACapability {};