[compiler-rt] r293644 - [lsan] Fix typo in stale_stack_leak.cc testcase

Maxim Ostapenko via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 31 08:32:58 PST 2017


Author: chefmax
Date: Tue Jan 31 10:32:58 2017
New Revision: 293644

URL: http://llvm.org/viewvc/llvm-project?rev=293644&view=rev
Log:
[lsan] Fix typo in stale_stack_leak.cc testcase

Modified:
    compiler-rt/trunk/test/lsan/TestCases/stale_stack_leak.cc

Modified: compiler-rt/trunk/test/lsan/TestCases/stale_stack_leak.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/lsan/TestCases/stale_stack_leak.cc?rev=293644&r1=293643&r2=293644&view=diff
==============================================================================
--- compiler-rt/trunk/test/lsan/TestCases/stale_stack_leak.cc (original)
+++ compiler-rt/trunk/test/lsan/TestCases/stale_stack_leak.cc Tue Jan 31 10:32:58 2017
@@ -5,7 +5,7 @@
 // RUN: LSAN_OPTIONS=$LSAN_BASE":exitcode=0" %run %t 2>&1 | FileCheck --check-prefix=CHECK-sanity %s
 //
 // x86 passes parameters through stack that may lead to false negatives
-// UNSPPORTED: x86
+// UNSUPPORTED: x86
 
 #include <stdio.h>
 #include <stdlib.h>




More information about the llvm-commits mailing list