Skip to content

Commit 3e40e3f

Browse files
committed
Don't bogusly disable minidump tests
Clearly the test shouldn't be disabled with Saigo for that condition. But I couldn't find any problem with running the test for any PNaCl configuration either (it always had a build id).
1 parent 68c05eb commit 3e40e3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/untrusted_minidump/nacl.scons

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import os
77
Import('env')
88

99
# Preserve debugging info (which is not ABI-stable under PNaCl).
10-
if not env.SetNonStableBitcodeIfAllowed() or not env.Bit('pnacl_generate_pexe'):
10+
if not env.SetNonStableBitcodeIfAllowed():
1111
Return()
1212

1313
if env.Bit('bitcode'):

0 commit comments

Comments
 (0)