summaryrefslogtreecommitdiffstats
path: root/clang/test
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test')
-rw-r--r--clang/test/CodeGen/debug-info-line3.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/clang/test/CodeGen/debug-info-line3.c b/clang/test/CodeGen/debug-info-line3.c
index 13941c016a9..a2bb5c8c57d 100644
--- a/clang/test/CodeGen/debug-info-line3.c
+++ b/clang/test/CodeGen/debug-info-line3.c
@@ -1,10 +1,5 @@
// RUN: %clang_cc1 -g -S -emit-llvm %s -o - | FileCheck %s
-// Temporarily XFAIL while investigating regression. (other improvements seem
-// more important to keep rather than reverting them in favor of preserving
-// this)
-// XFAIL: *
-
void func(char c, char* d)
{
*d = c + 1;
OpenPOWER on IntegriCloud