[test] Remove another two unnecessary uses of REQUIRES: target-windows. NFC.

Differential Revision: https://reviews.llvm.org/D68449

llvm-svn: 373780
This commit is contained in:
Martin Storsjo 2019-10-04 19:47:48 +00:00
parent 5b2e0ba28e
commit 174604c93c
2 changed files with 1 additions and 3 deletions

View File

@ -6,7 +6,7 @@ RUN: llvm-symbolizer 0x5009 0x5038 -i --relative-address -obj="%p/Inputs/coff-dw
RUN: | FileCheck %s
This test relies on UnDecorateSymbolName, which is Windows-only.
REQUIRES: target-windows, system-windows
REQUIRES: system-windows
CHECK: foo(void)
CHECK: coff-dwarf.cpp:7

View File

@ -7,8 +7,6 @@ RUN: | FileCheck %s
This test relies on UnDecorateSymbolName, which is Win32-only.
REQUIRES: system-windows
REQUIRES: target-windows
FIXME: This test depends on host, not target.
We get the expected stack trace, except 'foo' appears for the 'bar' frame
because 'bar' isn't in the export table.