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 {};


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to