diff options
| author | rPatrickWarner <[email protected]> | 2024-04-22 11:06:29 -0700 |
|---|---|---|
| committer | rPatrickWarner <[email protected]> | 2024-04-22 11:06:29 -0700 |
| commit | 257aeb631b3a4b9a988a3ca411f5be767ff35a65 (patch) | |
| tree | 24cbd06a2f385370bae11d7db87ded3b79b1c0cd /CST 126/UnitTest1/UnitTest1.cpp | |
| parent | Adding basic unit test to solution (#2) (diff) | |
| download | homework-1-reecepwarner-257aeb631b3a4b9a988a3ca411f5be767ff35a65.tar.xz homework-1-reecepwarner-257aeb631b3a4b9a988a3ca411f5be767ff35a65.zip | |
completed
Diffstat (limited to 'CST 126/UnitTest1/UnitTest1.cpp')
| -rw-r--r-- | CST 126/UnitTest1/UnitTest1.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CST 126/UnitTest1/UnitTest1.cpp b/CST 126/UnitTest1/UnitTest1.cpp index 9ee1ea5..0def1be 100644 --- a/CST 126/UnitTest1/UnitTest1.cpp +++ b/CST 126/UnitTest1/UnitTest1.cpp @@ -1,6 +1,5 @@ #include "pch.h" #include "CppUnitTest.h" - #include "TempLogHelper.hpp" using namespace Microsoft::VisualStudio::CppUnitTestFramework; |