Skip to content

Commit b3fe3ab

Browse files
committed
clarify comment
1 parent b0a6a90 commit b3fe3ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)