[clang] a8c2f76 - Removing an accidentally duplicated line of test code to fix bots.

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 21 13:04:02 PST 2020


Author: Aaron Ballman
Date: 2020-01-21T16:03:22-05:00
New Revision: a8c2f76cd258ea03f82a1fc12953ca8af6b7832b

URL: https://github.com/llvm/llvm-project/commit/a8c2f76cd258ea03f82a1fc12953ca8af6b7832b
DIFF: https://github.com/llvm/llvm-project/commit/a8c2f76cd258ea03f82a1fc12953ca8af6b7832b.diff

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

Added: 
    

Modified: 
    clang/test/Sema/attr-capabilities.c

Removed: 
    


################################################################################
diff  --git a/clang/test/Sema/attr-capabilities.c b/clang/test/Sema/attr-capabilities.c
index 03cebe2f6596..b28c437935a1 100644
--- a/clang/test/Sema/attr-capabilities.c
+++ b/clang/test/Sema/attr-capabilities.c
@@ -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 {};


        


More information about the cfe-commits mailing list