[PATCH] D60183: Fix typos in tests. NFC.

Xing via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 3 06:15:55 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL357577: Fix typos in tests. NFC. (authored by Higuoxing, committed by ).
Herald added a subscriber: delcypher.

Changed prior to commit:
  https://reviews.llvm.org/D60183?vs=193439&id=193482#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D60183/new/

https://reviews.llvm.org/D60183

Files:
  cfe/trunk/test/Analysis/analyzer-list-configs.c
  compiler-rt/trunk/test/tsan/race_on_heap.cc


Index: compiler-rt/trunk/test/tsan/race_on_heap.cc
===================================================================
--- compiler-rt/trunk/test/tsan/race_on_heap.cc
+++ compiler-rt/trunk/test/tsan/race_on_heap.cc
@@ -39,7 +39,7 @@
 // CHECK: WARNING: ThreadSanitizer: data race
 // ...
 // CHECK: Location is heap block of size 99 at [[ADDR]] allocated by thread T1:
-// CHCEK:     #0 malloc
+// CHECK:     #0 malloc
 // CHECK:     #{{1|2}} alloc
 // CHECK:     #{{2|3}} AllocThread
 // ...
Index: cfe/trunk/test/Analysis/analyzer-list-configs.c
===================================================================
--- cfe/trunk/test/Analysis/analyzer-list-configs.c
+++ cfe/trunk/test/Analysis/analyzer-list-configs.c
@@ -3,7 +3,7 @@
 //
 // CHECK: USAGE: clang -cc1 [CLANG_OPTIONS] -analyzer-config <OPTION1=VALUE,OPTION2=VALUE,...>
 //
-// CHCEK:      clang -cc1 [CLANG_OPTIONS] -analyzer-config OPTION1=VALUE, -analyzer-config OPTION2=VALUE, ...
+// CHECK:      clang -cc1 [CLANG_OPTIONS] -analyzer-config OPTION1=VALUE, -analyzer-config OPTION2=VALUE, ...
 //
 // CHECK:      clang [CLANG_OPTIONS] -Xclang -analyzer-config -Xclang<OPTION1=VALUE,OPTION2=VALUE,...>
 //


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60183.193482.patch
Type: text/x-patch
Size: 1174 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190403/0756b885/attachment-0001.bin>


More information about the cfe-commits mailing list