Skip to content

Commit c7f0aea

Browse files
committed
Debork test
1 parent 3450bca commit c7f0aea

File tree

1 file changed

+3
-3
lines changed
  • lldb/test/API/functionalities/data-formatter/setvaluefromcstring

1 file changed

+3
-3
lines changed

lldb/test/API/functionalities/data-formatter/setvaluefromcstring/main.m

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ int main() {
1010
//% b = self.frame().FindVariable("b")
1111
//% b.SetValueFromCString("YES")
1212
return 0; //% dic = self.frame().FindVariable("dic")
13-
//% self.assertTrue(dic.GetValueAsUnsigned() == 0xC, "failed to read what I
14-
//wrote") % b = self.frame().FindVariable("b") %
15-
//self.assertTrue(b.GetValueAsUnsigned() == 0x0, "failed to update b")
13+
//% self.assertTrue(dic.GetValueAsUnsigned() == 0xC, "failed to read what I wrote")
14+
//% b = self.frame().FindVariable("b")
15+
//% self.assertTrue(b.GetValueAsUnsigned() == 0x0, "failed to update b")
1616
}

0 commit comments

Comments
 (0)