diff options
| author | Chanin Timbal <[email protected]> | 2024-06-06 20:11:53 -0700 |
|---|---|---|
| committer | Chanin Timbal <[email protected]> | 2024-06-06 20:11:53 -0700 |
| commit | a1d340b239eeb75159640e6b3e2bdb5586251e55 (patch) | |
| tree | 5d1a00bd6d9aa56b711e18b1476dd73f1ac53dd2 /CST 126/UnitTests/UnitTests.vcxproj | |
| parent | Created node struct and singlylinkedlist struct, and append function. Also co... (diff) | |
| download | homework-1-chaninnohea-a1d340b239eeb75159640e6b3e2bdb5586251e55.tar.xz homework-1-chaninnohea-a1d340b239eeb75159640e6b3e2bdb5586251e55.zip | |
Created Prepend function for Homework 3 - Successful unit test for prepend function
Diffstat (limited to 'CST 126/UnitTests/UnitTests.vcxproj')
| -rw-r--r-- | CST 126/UnitTests/UnitTests.vcxproj | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CST 126/UnitTests/UnitTests.vcxproj b/CST 126/UnitTests/UnitTests.vcxproj index 74883d6..c6d02f3 100644 --- a/CST 126/UnitTests/UnitTests.vcxproj +++ b/CST 126/UnitTests/UnitTests.vcxproj @@ -157,7 +157,6 @@ </Link> </ItemDefinitionGroup> <ItemGroup> - <ClCompile Include="NodeUnitTests.cpp" /> <ClCompile Include="pch.cpp"> <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader> <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader> |