| Index: chrome/browser/safe_browsing/signature_evaluator_mac_unittest.cc
|
| diff --git a/chrome/browser/safe_browsing/signature_evaluator_mac_unittest.cc b/chrome/browser/safe_browsing/signature_evaluator_mac_unittest.cc
|
| index 162ff063d9c346161eba93d42a4b55c3b36a0a1e..413f763f2ad690b22de8dc60acdb8f6376b45900 100644
|
| --- a/chrome/browser/safe_browsing/signature_evaluator_mac_unittest.cc
|
| +++ b/chrome/browser/safe_browsing/signature_evaluator_mac_unittest.cc
|
| @@ -176,11 +176,6 @@ TEST_F(MacSignatureEvaluatorTest, ModifiedMainExecTest32) {
|
| }
|
|
|
| TEST_F(MacSignatureEvaluatorTest, ModifiedMainExecTest64) {
|
| - // Snow Leopard does not know about the 64-bit slice so this test is
|
| - // irrelevant.
|
| - if (!base::mac::IsOSLionOrLater())
|
| - return;
|
| -
|
| // Now to a test modified, signed bundle.
|
| base::FilePath path = testdata_path_.AppendASCII("modified-main-exec64.app");
|
|
|
|
|