[asan] Remove FreeBSD XFAIL from asan-sigbus.cpp test

This test passes for me on FreeBSD 12.2 and was probably fixed by
https://svnweb.freebsd.org/base?view=revision&revision=352807.

Reviewed By: emaste

Differential Revision: https://reviews.llvm.org/D98281
This commit is contained in:
Alex Richardson 2021-03-31 09:17:39 +01:00
parent 8fa570c969
commit ce193ea9e8
1 changed files with 0 additions and 2 deletions

View File

@ -5,8 +5,6 @@
// RUN: %env_asan_opts=handle_sigbus=0 not --crash %run %t 2>&1 | FileCheck %s
// UNSUPPORTED: ios
// Instead of getting a SIGBUS error, we get a SIGSEGV
// XFAIL: freebsd
#include <assert.h>
#include <fcntl.h>