[lsan] Fix typo in stale_stack_leak.cc testcase

llvm-svn: 293644
This commit is contained in:
Maxim Ostapenko 2017-01-31 16:32:58 +00:00
parent 60b80d2233
commit 7d8f1deafc
1 changed files with 1 additions and 1 deletions

View File

@ -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>