[lldb][test][NFC] TestDataFormatterCpp.py: Remove redundant FIXME
authorMichael Buch <michaelbuch12@gmail.com>
Wed, 8 Mar 2023 10:43:47 +0000 (10:43 +0000)
committerMichael Buch <michaelbuch12@gmail.com>
Wed, 8 Mar 2023 10:45:20 +0000 (10:45 +0000)
This got fixed in D145241

Differential Revision: https://reviews.llvm.org/D145241

lldb/test/API/functionalities/data-formatter/data-formatter-cpp/TestDataFormatterCpp.py

index 4c6bcff..e26ef1f 100644 (file)
@@ -291,7 +291,6 @@ class CppDataFormatterTestCase(TestBase):
 
         lldbutil.run_to_source_breakpoint(self, "Break in has_local_mem_func_pointers", lldb.SBFileSpec("main.cpp"))
 
-        # FIXME: don't format pointer to members as bytes, but rather as regular pointers
         self.expect(
             "frame variable member_ptr",
             patterns=['member_ptr = 0x[0-9a-z]+'])