Skip to content

Commit fe0f694

Browse files
committed
Revoke test
1 parent e332367 commit fe0f694

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GoogleTestAdapter/NewProjectWizard/WizardImplementation.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ public void RunStarted(object automationObject,
183183
.Where(name => name != null)
184184
.OrderByDescending(p => p.Version).ToList();
185185

186-
if (this.IsARM64()) {
186+
if (!this.IsARM64()) {
187187
arm64DebugXMLChunk = "";
188188
arm64ReleaseXMLChunk = "";
189189
arm64ConfigXML = "";

0 commit comments

Comments
 (0)