From 7fea2f576da853f3b0044ed6bb0331012f9f62b6 Mon Sep 17 00:00:00 2001 From: Maxim Ostapenko Date: Tue, 31 Jan 2017 16:32:58 +0000 Subject: [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 --- test/lsan/TestCases/stale_stack_leak.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/lsan') 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 #include -- cgit v1.2.3