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

This commit is contained in:
Aaron Ballman 2020-01-21 16:03:22 -05:00
parent 5260bc2497
commit a8c2f76cd2
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
// 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 {};