Fixup bad merge (#18570)

This commit is contained in:
Pranav K 2020-01-24 15:05:45 -08:00 committed by GitHub
parent 5f43e7a8a8
commit 9bdf208631
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ namespace Wasm.Performance.Driver
static async Task<(long size, long compressedSize)> GetBlazorAppSize()
{
var testAssembly = typeof(TestApp.Startup).Assembly;
var testAssembly = typeof(TestApp.Program).Assembly;
var testAssemblyLocation = new FileInfo(testAssembly.Location);
var testApp = new DirectoryInfo(Path.Combine(
testAssemblyLocation.Directory.FullName,