diff options
author | Chris Lattner <sabre@nondot.org> | 2007-07-12 16:52:08 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-07-12 16:52:08 +0000 |
commit | a7fa381a50bd27a2f3788a73bbf9fb7c13e8cc26 (patch) | |
tree | 9a02109cb2b4d50036679b8623bd8a8d6adf33f6 /test/Parser/cxx-casting.cpp | |
parent | e8fdbba7d746d6342b1b883c2014322026498ac6 (diff) |
update tests
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@39786 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Parser/cxx-casting.cpp')
-rw-r--r-- | test/Parser/cxx-casting.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Parser/cxx-casting.cpp b/test/Parser/cxx-casting.cpp index 638985faf7..1e06e981e4 100644 --- a/test/Parser/cxx-casting.cpp +++ b/test/Parser/cxx-casting.cpp @@ -1,5 +1,4 @@ // RUN: clang -fsyntax-only %s -// XFAIL: * char *const_cast_test(const char *var) { |