OSDN Git Service

Revert "[AVR] Mark a failing symbolizer test as XFAIL"
authorDylan McKay <me@dylanmckay.io>
Sun, 30 Jul 2017 15:38:07 +0000 (15:38 +0000)
committerDylan McKay <me@dylanmckay.io>
Sun, 30 Jul 2017 15:38:07 +0000 (15:38 +0000)
This reverts commit 83a0e876349adb646ba858eb177b22b0b4bfc59a.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@309515 91177308-0d34-0410-b5e6-96231b3b80d8

test/tools/llvm-symbolizer/print_context.c

index 5d0b298..3fd881c 100644 (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>