summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/check-for-sanitizer-feature.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Modules/check-for-sanitizer-feature.cpp')
-rw-r--r--clang/test/Modules/check-for-sanitizer-feature.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Modules/check-for-sanitizer-feature.cpp b/clang/test/Modules/check-for-sanitizer-feature.cpp
index 40ae46c6468..c015669071b 100644
--- a/clang/test/Modules/check-for-sanitizer-feature.cpp
+++ b/clang/test/Modules/check-for-sanitizer-feature.cpp
@@ -43,7 +43,7 @@
//
// Import the PCH without ASan enabled (we expect an error).
// RUN: not %clang_cc1 -x c -include-pch %t.asan_pch %s -verify 2>&1 | FileCheck %s --check-prefix=PCH_MISMATCH
-// PCH_MISMATCH: AST file was compiled with the target feature'-fsanitize=address' but the current translation unit is not
+// PCH_MISMATCH: AST file was compiled with the target feature '-fsanitize=address' but the current translation unit is not
//
// Emit a PCH with UBSan enabled.
// RUN: %clang_cc1 -x c -fsanitize=null %S/Inputs/check-for-sanitizer-feature/check.h -emit-pch -o %t.ubsan_pch
OpenPOWER on IntegriCloud