Now the tests of TargetParser is in place:
unittests/Support/TargetParserTest.cpp.
So the tests in TripleTest.cpp which actually stressing on TargetParser's behavior could be removed.
Details
Details
- Reviewers
rengolin
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Excellent! This should rid us of some seconds on check-all, and all of those tests are now redundant, thanks to your new unit-tests.
LGTM. Thanks!