Remove REQUIRES: darwin from a couple of MachO tests

lldb is able to parse MachO files also on other platforms nowadays.

llvm-svn: 348476
This commit is contained in:
Pavel Labath 2018-12-06 09:41:50 +00:00
parent ec3d02013f
commit b364bce844
2 changed files with 0 additions and 2 deletions

View File

@ -1,6 +1,5 @@
# RUN: yaml2obj %s > %t.out # RUN: yaml2obj %s > %t.out
# RUN: lldb-test symbols %t.out | FileCheck %s # RUN: lldb-test symbols %t.out | FileCheck %s
# REQUIRES: system-darwin
# Test that the deployment target is parsed from the load commands. # Test that the deployment target is parsed from the load commands.
# CHECK: x86_64-apple-macosx10.14.0 # CHECK: x86_64-apple-macosx10.14.0
--- !mach-o --- !mach-o

View File

@ -1,6 +1,5 @@
# RUN: yaml2obj %s > %t.out # RUN: yaml2obj %s > %t.out
# RUN: lldb-test symbols %t.out | FileCheck %s # RUN: lldb-test symbols %t.out | FileCheck %s
# REQUIRES: system-darwin
# Test that the deployment target is parsed from the load commands. # Test that the deployment target is parsed from the load commands.
# CHECK: x86_64-apple-macosx10.14.0 # CHECK: x86_64-apple-macosx10.14.0
--- !mach-o --- !mach-o