Fix Test11588.py on Linux. The test was failing because the synthetic type fields...
authorAndrew Kaylor <andrew.kaylor@intel.com>
Fri, 7 Dec 2012 17:45:05 +0000 (17:45 +0000)
committerAndrew Kaylor <andrew.kaylor@intel.com>
Fri, 7 Dec 2012 17:45:05 +0000 (17:45 +0000)
llvm-svn: 169615

lldb/test/expression_command/issue_11588/Test11588.py

index 9512701..0919bbc 100644 (file)
@@ -63,8 +63,8 @@ class Issue11581TestCase(TestBase):
                 self.expect("print *(StgClosure*)$r14",
                     substrs = ["(StgClosure) $",
                     "(StgClosure *) &$","0x",
-                    "(long) addr = ",
-                    "(long) load_address = ",
+                    "addr = ",
+                    "load_address = ",
                     hex(addr)[2:].rstrip("L"),
                     str(addr)])