summaryrefslogtreecommitdiff
path: root/test/lsan
diff options
context:
space:
mode:
authorMaxim Ostapenko <m.ostapenko@partner.samsung.com>2017-01-31 16:32:58 +0000
committerMaxim Ostapenko <m.ostapenko@partner.samsung.com>2017-01-31 16:32:58 +0000
commit7fea2f576da853f3b0044ed6bb0331012f9f62b6 (patch)
tree8b51cff2f1fadc43aa0bc10eaaa729ed5c3d5220 /test/lsan
parent9a610686df19be115b950b57277a0f1ae5064d46 (diff)
[lsan] Fix typo in stale_stack_leak.cc testcase
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@293644 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/lsan')
-rw-r--r--test/lsan/TestCases/stale_stack_leak.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lsan/TestCases/stale_stack_leak.cc b/test/lsan/TestCases/stale_stack_leak.cc
index d744e89ed..8f7ab9c1c 100644
--- a/test/lsan/TestCases/stale_stack_leak.cc
+++ b/test/lsan/TestCases/stale_stack_leak.cc
@@ -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>