diff options
author | Bill Wendling <isanbard@gmail.com> | 2008-12-19 22:25:01 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2008-12-19 22:25:01 +0000 |
commit | 96493bc03283f85ab3d2d5c9e9d2b16cc0ab06d4 (patch) | |
tree | 03c1e8c7c7b72c2201e74d5bcb9db46b7d50a1ae /test/DebugInfo | |
parent | d37f2b8b16e4fa47a5a87145d6ba61b612e8d7b6 (diff) | |
download | external_llvm-96493bc03283f85ab3d2d5c9e9d2b16cc0ab06d4.zip external_llvm-96493bc03283f85ab3d2d5c9e9d2b16cc0ab06d4.tar.gz external_llvm-96493bc03283f85ab3d2d5c9e9d2b16cc0ab06d4.tar.bz2 |
Un-XFAIL this test because it's passing and John doesn't seem interested in un-XFAILing it.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61264 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/DebugInfo')
-rw-r--r-- | test/DebugInfo/printdbginfo.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/DebugInfo/printdbginfo.ll b/test/DebugInfo/printdbginfo.ll index 9e196d4..afa9df2 100644 --- a/test/DebugInfo/printdbginfo.ll +++ b/test/DebugInfo/printdbginfo.ll @@ -2,7 +2,6 @@ ; RUN: %prcontext {function name: Bar::bar return type: int at line 12} 1 < %t1 | grep {(tst.cpp:14)} ; RUN: %prcontext {%%tmp1} 1 < %t1 | grep -E {variable tmp.+at line 23} ; RUN: %prcontext {; tst.cpp:24} 2 < %t1 | grep {%%6} -; XFAIL: * %llvm.dbg.anchor.type = type { i32, i32 } %llvm.dbg.basictype.type = type { i32, { }*, i8*, { }*, i32, i64, i64, i64, i32, i32 } %llvm.dbg.compile_unit.type = type { i32, { }*, i32, i8*, i8*, i8* } |