This is an archive of the discontinued LLVM Phabricator instance.

Eliminate redundant Alias test and improve Common Short Spellings test
ClosedPublic

Authored by amccarth on Apr 24 2015, 3:44 PM.

Details

Reviewers
zturner
clayborg
Summary

The Alias test is now covered by the Abbreviations test, so this removes the old code for that.

Improves the CommonShortSpellingsTest to take advantage of SBCommandInterpreter::ResolveCommand. Which eliminates the need for the main.cpp, Makefile, etc., in the Abbreviations test folder.

(I still need to replace the prompt test.)

Diff Detail

Event Timeline

amccarth updated this revision to Diff 24419.Apr 24 2015, 3:44 PM
amccarth retitled this revision from to Eliminate redundant Alias test and improve Common Short Spellings test.
amccarth updated this object.
amccarth edited the test plan for this revision. (Show Details)
amccarth added reviewers: zturner, clayborg.
clayborg accepted this revision.Apr 24 2015, 4:14 PM
clayborg edited edge metadata.

Looks good.

This revision is now accepted and ready to land.Apr 24 2015, 4:14 PM
test/functionalities/abbreviation/main.cpp