Fix unused variable warning.

This commit is contained in:
jonawals
2021-05-06 16:50:52 +01:00
parent 006a9ce85f
commit 31312606b1
@@ -332,7 +332,7 @@ namespace UnitTest
try
{
// When attempting to find a target that does not exist
auto target = targetList.GetTargetOrThrow(GenerateBuildTargetName(i + targetList.GetNumTargets()));
targetList.GetTargetOrThrow(GenerateBuildTargetName(i + targetList.GetNumTargets()));
// Do not expect the target list construction to succeed
FAIL();