Skip to content

Commit 7411871

Browse files
authored
Update Program.cs
1 parent fb910be commit 7411871

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libraries/tests/e2e/infra-aot/Program.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ public static void Main(string[] args)
1919
throw new System.ArgumentException("architecture context must be either arm64 or x86_64");
2020
}
2121

22-
_ = new CoreAotStack(app, "CoreAotStack", new AotStackProps
22+
_ = new CoreAotStack(app, $"CoreAotStack-{architecture}", new AotStackProps
2323
{
2424
Architecture = architecture
2525
});
2626
app.Synth();
2727
}
2828
}
29-
}
29+
}

0 commit comments

Comments
 (0)