Skip to content

Commit a70fd62

Browse files
committed
clarify comment
1 parent 691876f commit a70fd62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-test/android.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Describe 'MAUI app' -ForEach @(
159159

160160
Dump-ServerErrors -Result $result
161161
$result.HasErrors() | Should -BeFalse
162-
$result.Envelopes() | Should -AnyElementMatch "`"type`":`"SIG[A-Z]+`"" # SIGILL, SIGTRAP
162+
$result.Envelopes() | Should -AnyElementMatch "`"type`":`"SIG[A-Z]+`"" # SIGILL (x86_64), SIGTRAP (arm64-v8a)
163163
$result.Envelopes() | Should -Not -AnyElementMatch "`"type`":`"System.\w+Exception`""
164164
}
165165

0 commit comments

Comments
 (0)