Consolidating the notion of a GNU attribute parameter with the attribute argument list.
llvm-svn: 189711
diff --git a/clang/test/SemaOpenCL/endian-attr.cl b/clang/test/SemaOpenCL/endian-attr.cl
index e851cdf..ba2f0e5 100644
--- a/clang/test/SemaOpenCL/endian-attr.cl
+++ b/clang/test/SemaOpenCL/endian-attr.cl
@@ -6,4 +6,4 @@
constant long c __attribute__((endian(none))) = 100; // expected-warning {{unknown endian 'none'}}
-void func() __attribute__((endian(host))); // expected-warning {{endian attribute only applies to variables}}
+void func() __attribute__((endian(host))); // expected-warning {{'endian' attribute only applies to variables}}