From bca07a4524feb4edec581062d631a13116320a24 Mon Sep 17 00:00:00 2001 From: Dimitry Andric 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-nodebug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Sema/attr-nodebug.c') diff --git a/test/Sema/attr-nodebug.c b/test/Sema/attr-nodebug.c index 203c2a7300ab4..6865de060266c 100644 --- a/test/Sema/attr-nodebug.c +++ b/test/Sema/attr-nodebug.c @@ -1,6 +1,6 @@ // RUN: %clang_cc1 %s -verify -fsyntax-only -int a __attribute__((nodebug)); // expected-warning {{'nodebug' attribute only applies to function types}} +int a __attribute__((nodebug)); // expected-warning {{'nodebug' attribute only applies to functions}} void t1() __attribute__((nodebug)); -- cgit v1.2.3