diff --git a/lldb/test/API/lang/c/struct_types/main.c b/lldb/test/API/lang/c/struct_types/main.c index 08ef0a703f22b7..e683c491089762 100644 --- a/lldb/test/API/lang/c/struct_types/main.c +++ b/lldb/test/API/lang/c/struct_types/main.c @@ -22,7 +22,6 @@ int main (int argc, char const *argv[]) struct {} empty; //% self.expect("frame variable empty", substrs = ["empty = {}"]) - //% self.expect("expression -- sizeof(empty)", substrs = ["= 0"]) struct rect_tag { struct point_tag bottom_left;