diff options
author | Stuart Hastings <stuart@apple.com> | 2010-10-28 00:47:58 +0000 |
---|---|---|
committer | Stuart Hastings <stuart@apple.com> | 2010-10-28 00:47:58 +0000 |
commit | 76be2a2cabc225c9bfbe5a6673f5e7302bea4aca (patch) | |
tree | f700c201ec13586760a0907a214a16d43c3cfab7 /test/CodeGenCXX/debug-info-namespace.cpp | |
parent | 20eb49b50395fdf54022517abb3fbb31fffe54e7 (diff) |
Test passes on Darwin; try to XFAIL on freebsd, linux, xp/msvc9.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@117515 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenCXX/debug-info-namespace.cpp')
-rw-r--r-- | test/CodeGenCXX/debug-info-namespace.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGenCXX/debug-info-namespace.cpp b/test/CodeGenCXX/debug-info-namespace.cpp index 2e0a96d566..af6020e0ae 100644 --- a/test/CodeGenCXX/debug-info-namespace.cpp +++ b/test/CodeGenCXX/debug-info-namespace.cpp @@ -1,3 +1,4 @@ +// XFAIL: freebsd, linux // RUN: %clang -g -S %s -o - | FileCheck %s // CHECK: TAG_namespace |