Revert "[AVR] Mark a failing symbolizer test as XFAIL"

This reverts commit 83a0e876349adb646ba858eb177b22b0b4bfc59a.

llvm-svn: 309515
This commit is contained in:
Dylan McKay 2017-07-30 15:38:07 +00:00
parent a62f1cb1fa
commit 6b5e5c38cb
1 changed files with 0 additions and 3 deletions

View File

@ -1,9 +1,6 @@
// REQUIRES: x86_64-linux
// RUN: %host_cc -O0 -g %s -o %t 2>&1
// RUN: %t 2>&1 | llvm-symbolizer -print-source-context-lines=5 -obj=%t | FileCheck %s
//
// See PR31870 for more details on the XFAIL
// XFAIL: avr
#include <stdio.h>