commit | 7edee12f69b9c0529448ff38bd05e2b270babeb1 | [log] [tgz] |
---|---|---|
author | Duncan Sands <baldrick@free.fr> | Wed Mar 25 16:43:59 2009 +0000 |
committer | Duncan Sands <baldrick@free.fr> | Wed Mar 25 16:43:59 2009 +0000 |
tree | 811b0f193868577bc2b3b9e51070571224d9088c | |
parent | 90900a598087ad6854b4c17d5e127f17b01075d1 [diff] [blame] |
These tests pass on linux. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67689 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/FrontendC++/2009-03-17-dbg.cpp b/test/FrontendC++/2009-03-17-dbg.cpp index ef1ccfc..93da618 100644 --- a/test/FrontendC++/2009-03-17-dbg.cpp +++ b/test/FrontendC++/2009-03-17-dbg.cpp
@@ -1,5 +1,5 @@ // RUN: %llvmgxx -c -emit-llvm %s -o /dev/null -g -// XTARGET: darwin +// XTARGET: darwin,linux // XFAIL: * template <typename T1,typename T2> inline void f(const T1&,const T2&) { }