Disable TestIRMemoryMap.test on Windows

It's been pointed out in https://reviews.llvm.org/D47646 that lldb-test
fails to create a usable process on Windows when running this test.

llvm-svn: 333785
This commit is contained in:
Vedant Kumar 2018-06-01 20:02:57 +00:00
parent bf03bfb0a3
commit 1943b49c99
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
# REQUIRES: nowindows
# RUN: %cxx %p/Inputs/call-function.cpp -g -o %t
# RUN: lldb-test ir-memory-map %t %S/Inputs/ir-memory-map-basic