aboutsummaryrefslogtreecommitdiff
path: root/test/lang/c
diff options
context:
space:
mode:
authorSean Callanan <scallanan@apple.com>2012-03-08 02:39:03 +0000
committerSean Callanan <scallanan@apple.com>2012-03-08 02:39:03 +0000
commit6e12c7a5a851f661677b16c544aac2f93fb6e86d (patch)
tree0ed5d576f5391eea747f101cf9a454018ddfd81c /test/lang/c
parent66c2e19e7c343e1ff0fd31180a12f8a68fc61b6c (diff)
downloadlldb-6e12c7a5a851f661677b16c544aac2f93fb6e86d.tar.gz
Updated the revision of LLVM/Clang used by LLDB.
This takes two important changes: - Calling blocks is now supported. You need to cast their return values, but that works fine. - We now can correctly run JIT-compiled expressions that use floating-point numbers. Also, we have taken a fix that allows us to ignore access control in Objective-C as in C++. git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@152286 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/lang/c')
-rw-r--r--test/lang/c/blocks/TestBlocks.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/lang/c/blocks/TestBlocks.py b/test/lang/c/blocks/TestBlocks.py
index fbcada474..32a404589 100644
--- a/test/lang/c/blocks/TestBlocks.py
+++ b/test/lang/c/blocks/TestBlocks.py
@@ -48,8 +48,6 @@ class AnonymousTestCase(TestBase):
substrs = ['stopped',
'stop reason = breakpoint'])
- # <rdar://problem/10413887>
- @unittest2.expectedFailure
def expr(self):
self.common_setup()