diff options
author | Ed Maste <emaste@freebsd.org> | 2013-08-30 14:05:22 +0000 |
---|---|---|
committer | Ed Maste <emaste@freebsd.org> | 2013-08-30 14:05:22 +0000 |
commit | fcdab16d244324482d8cd52fd047a7de1c51d486 (patch) | |
tree | a9c6717ab891f781d8237176035be123a11118a8 /lldb/test/lang/cpp/bool | |
parent | 119ce5320228a89bd2f73935837ee49136a3c617 (diff) | |
download | bcm5719-llvm-fcdab16d244324482d8cd52fd047a7de1c51d486.tar.gz bcm5719-llvm-fcdab16d244324482d8cd52fd047a7de1c51d486.zip |
Expression evaluation works on FreeBSD after switch to MCJIT
http://www.llvm.org/pr16697
llvm-svn: 189668
Diffstat (limited to 'lldb/test/lang/cpp/bool')
-rw-r--r-- | lldb/test/lang/cpp/bool/TestCPPBool.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/test/lang/cpp/bool/TestCPPBool.py b/lldb/test/lang/cpp/bool/TestCPPBool.py index e6eb18a6815..0337cca5aa3 100644 --- a/lldb/test/lang/cpp/bool/TestCPPBool.py +++ b/lldb/test/lang/cpp/bool/TestCPPBool.py @@ -16,7 +16,6 @@ class CPPBoolTestCase(TestBase): self.buildDsym() self.static_method_commands() - @expectedFailureFreeBSD('llvm.org/pr16697') # Expression fails with 'there is no JIT compiled function' @dwarf_test def test_with_dwarf_and_run_command(self): """Test that bool types work in the expression parser""" |