[sanitizer, NFC] Fix grammar in comment

llvm-svn: 374223
This commit is contained in:
Vitaly Buka 2019-10-09 20:52:39 +00:00
parent c001144b10
commit ff5a7c4ca6
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
// RUN: %clangxx -O1 %s -o %t && %env_tool_opts=handle_sigtrap=1 %run %t 2>&1 | FileCheck %s // RUN: %clangxx -O1 %s -o %t && %env_tool_opts=handle_sigtrap=1 %run %t 2>&1 | FileCheck %s
// __builtin_debugtrap() does not raise SIGTRAP these platforms. // __builtin_debugtrap() does not raise SIGTRAP on these platforms.
// UNSUPPORTED: s390 // UNSUPPORTED: s390
#include <assert.h> #include <assert.h>