Nothing of these tests made much sense. Loops were iterating too much, and I also don't think it was actually testing anything. I think we simply want to check that AEK_SOME_EXT returns "+some_ext".
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
I agree that the old test wasn't very helpful and this one is a lot better. Can you also check that AEK_INVALID returns no features, and the others arm calls only add one (size() == 1).
Other than that, LGTM.