From efa2c8f41aa5cd2c27990fd9b57ea0eff06976e7 Mon Sep 17 00:00:00 2001 From: jsmall-nvidia Date: Fri, 21 Dec 2018 11:00:28 -0500 Subject: Feature/remove app context (#765) * Remove AppContext. Use StdChannels to hold writers, and TestToolUtil to hold test tool specific functionality. * StdChannels -> StdWriters * getStdOut -> getOut, getStdError -> getError --- source/slang/slang.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/slang') diff --git a/source/slang/slang.vcxproj b/source/slang/slang.vcxproj index a36d9bfbf..132a56ea5 100644 --- a/source/slang/slang.vcxproj +++ b/source/slang/slang.vcxproj @@ -314,4 +314,4 @@ - \ No newline at end of file + \ No newline at end of file -- cgit v1.2.3