summaryrefslogtreecommitdiff
path: root/test/Misc
diff options
context:
space:
mode:
authorErich Keane <erich.keane@intel.com>2017-09-28 20:23:43 +0000
committerErich Keane <erich.keane@intel.com>2017-09-28 20:23:43 +0000
commit112bfcc8447b712c672f76c5d70a64882ecae258 (patch)
treeb23478af4050edda0c11af4f843b099d85be91e2 /test/Misc
parent84d048779fa39c7719a96474f0f856231fa73780 (diff)
Fix test change missed in r314456
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@314460 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Misc')
-rw-r--r--test/Misc/pragma-attribute-supported-attributes-list.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Misc/pragma-attribute-supported-attributes-list.test b/test/Misc/pragma-attribute-supported-attributes-list.test
index da024a4394..fcc2c5c2f8 100644
--- a/test/Misc/pragma-attribute-supported-attributes-list.test
+++ b/test/Misc/pragma-attribute-supported-attributes-list.test
@@ -2,7 +2,7 @@
// The number of supported attributes should never go down!
-// CHECK: #pragma clang attribute supports 65 attributes:
+// CHECK: #pragma clang attribute supports 66 attributes:
// CHECK-NEXT: AMDGPUFlatWorkGroupSize (SubjectMatchRule_function)
// CHECK-NEXT: AMDGPUNumSGPR (SubjectMatchRule_function)
// CHECK-NEXT: AMDGPUNumVGPR (SubjectMatchRule_function)