Skip to content

Commit 863cda8

Browse files
authored
updated expected symbols (#1227)
1 parent 3563230 commit 863cda8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Scripts.Integration.Test/common.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ function CheckSymbolServerOutput([string] $buildMethod, [string] $symbolServerOu
262262
if ($unity_2021_OrHigher)
263263
{
264264
$expectedFiles = @(
265-
"libil2cpp.so: count=$($withSources ? 4 : 2)",
265+
"libil2cpp.so: count=$($withSources ? 2 : 1)",
266266
'libil2cpp.sym.so: count=1',
267267
'libmain.so: count=1',
268268
'libsentry-android.so: count=4',
@@ -273,7 +273,7 @@ function CheckSymbolServerOutput([string] $buildMethod, [string] $symbolServerOu
273273
)
274274
if ($withSources)
275275
{
276-
$expectedFiles = @('libil2cpp.dbg.so: count=1') + $expectedFiles
276+
$expectedFiles = @('libil2cpp.dbg.so: count=3') + $expectedFiles
277277
}
278278
}
279279
else

0 commit comments

Comments
 (0)