[NFC][lsan] Another attempt to fix arm bot

This commit is contained in:
Vitaly Buka 2021-04-27 10:45:53 -07:00
parent 25bf137b1e
commit 0e6f934cc3
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
// RUN: %env_lsan_opts="" %run %t 2>&1 | FileCheck %s --implicit-check-not=leak
// FIXME: This check is not very important and fails on arm7.
// DONTRUN: %env_lsan_opts=$LSAN_BASE:"use_globals=0" not %run %t 2>&1 | FileCheck %s --check-prefixes=LEAK
// %env_lsan_opts=$LSAN_BASE:"use_globals=0" not %run %t 2>&1 | FileCheck %s --check-prefixes=LEAK
#include <stdio.h>
#include <stdlib.h>