From 7598fadd781bd23de30e6e2b5119fd82e37b0ea9 Mon Sep 17 00:00:00 2001 From: Jean-Daniel Dupas Date: Thu, 1 Mar 2012 17:45:53 +0000 Subject: Merge __has_attribute tests. Patch by Jonathan Sauer! llvm-svn: 151819 --- clang/test/Lexer/has_attribute.cpp | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 clang/test/Lexer/has_attribute.cpp (limited to 'clang/test/Lexer/has_attribute.cpp') diff --git a/clang/test/Lexer/has_attribute.cpp b/clang/test/Lexer/has_attribute.cpp deleted file mode 100644 index 9a58a3013fb..00000000000 --- a/clang/test/Lexer/has_attribute.cpp +++ /dev/null @@ -1,12 +0,0 @@ -// RUN: %clang_cc1 -E %s -o - | FileCheck %s - -// CHECK: always_inline -#if __has_attribute(always_inline) -int always_inline(); -#endif - -// CHECK: no_dummy_attribute -#if !__has_attribute(dummy_attribute) -int no_dummy_attribute(); -#endif - -- cgit v1.2.3