From 39fcc9a984e2820e4ea0fa2ac4abd17d9f3a31df Mon Sep 17 00:00:00 2001 From: dim Date: Sun, 20 Feb 2011 13:06:31 +0000 Subject: Vendor import of clang trunk r126079: http://llvm.org/svn/llvm-project/cfe/trunk@126079 --- test/Sema/attr-noinline.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Sema/attr-noinline.c') diff --git a/test/Sema/attr-noinline.c b/test/Sema/attr-noinline.c index 92dc900..8c91b65 100644 --- a/test/Sema/attr-noinline.c +++ b/test/Sema/attr-noinline.c @@ -1,6 +1,6 @@ // RUN: %clang_cc1 %s -verify -fsyntax-only -int a __attribute__((noinline)); // expected-warning {{'noinline' attribute only applies to function types}} +int a __attribute__((noinline)); // expected-warning {{'noinline' attribute only applies to functions}} void t1() __attribute__((noinline)); -- cgit v1.1