This is an archive of the discontinued LLVM Phabricator instance.

[FileCheck] Use ASSERT for fatal unit tests
ClosedPublic

Authored by thopre on Jul 18 2019, 6:44 AM.

Details

Summary

A number of EXPECT statements in FileCheck's unit tests are dependent
from results of other values being tested. This commit changes those
earlier test to use ASSERT instead of EXPECT to avoid cascade errors
when they are all related to the same issue.

Diff Detail

Repository
rL LLVM