diff options
| author | Erich Keane <erich.keane@intel.com> | 2017-09-28 20:23:43 +0000 |
|---|---|---|
| committer | Erich Keane <erich.keane@intel.com> | 2017-09-28 20:23:43 +0000 |
| commit | 8eec6dde6a7df7ba8d5916da512bcc28384ee3ef (patch) | |
| tree | 28b2d214b330721e3b782bfcc4b79f1dfdd2d263 /clang/test/Misc/pragma-attribute-supported-attributes-list.test | |
| parent | 0d1cfc96e5f60e34559c8b1a0929501bfd9aad26 (diff) | |
| download | bcm5719-llvm-8eec6dde6a7df7ba8d5916da512bcc28384ee3ef.tar.gz bcm5719-llvm-8eec6dde6a7df7ba8d5916da512bcc28384ee3ef.zip | |
Fix test change missed in r314456
llvm-svn: 314460
Diffstat (limited to 'clang/test/Misc/pragma-attribute-supported-attributes-list.test')
| -rw-r--r-- | clang/test/Misc/pragma-attribute-supported-attributes-list.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Misc/pragma-attribute-supported-attributes-list.test b/clang/test/Misc/pragma-attribute-supported-attributes-list.test index da024a43947..fcc2c5c2f8d 100644 --- a/clang/test/Misc/pragma-attribute-supported-attributes-list.test +++ b/clang/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) |

