diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2017-05-03 20:26:23 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2017-05-03 20:26:23 +0000 |
| commit | f0c0337bbfb63d1f9edf145aab535bdf82c20454 (patch) | |
| tree | de30bd60d1dbee4bf7ef487139b3ceb8781c82db /test/Analysis/MismatchedDeallocator-path-notes.cpp | |
| parent | 570918821a8492048e6ab54955c9864bd6c3e952 (diff) | |
Notes
Diffstat (limited to 'test/Analysis/MismatchedDeallocator-path-notes.cpp')
| -rw-r--r-- | test/Analysis/MismatchedDeallocator-path-notes.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/MismatchedDeallocator-path-notes.cpp b/test/Analysis/MismatchedDeallocator-path-notes.cpp index 118f23bca114..1354386fc8b7 100644 --- a/test/Analysis/MismatchedDeallocator-path-notes.cpp +++ b/test/Analysis/MismatchedDeallocator-path-notes.cpp @@ -287,7 +287,7 @@ void test() { // CHECK-NEXT: </dict> // CHECK-NEXT: </array> // CHECK-NEXT: <key>description</key><string>Memory allocated by 'new[]' should be deallocated by 'delete[]', not 'delete'</string> -// CHECK-NEXT: <key>category</key><string>Memory Error</string> +// CHECK-NEXT: <key>category</key><string>Memory error</string> // CHECK-NEXT: <key>type</key><string>Bad deallocator</string> // CHECK-NEXT: <key>check_name</key><string>unix.MismatchedDeallocator</string> // CHECK-NEXT: <!-- This hash is experimental and going to change! --> |
