summaryrefslogtreecommitdiff
path: root/source/core/slang-test-tool-util.cpp
AgeCommit message (Collapse)Author
2018-12-21Feature/remove app context (#765)jsmall-nvidia
* Remove AppContext. Use StdChannels to hold writers, and TestToolUtil to hold test tool specific functionality. * StdChannels -> StdWriters * getStdOut -> getOut, getStdError -> getError