mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-11 03:36:08 +00:00

Apparently inline tests stop running anything after an empty line behind an self.expect, which is a very good approach that could never cause people to write tests that never run. This patch removes all the empty lines so that all this test is actually run. Also fixes the broken expects that only passed because they weren't run before. llvm-svn: 370195