Revert r236001, "Disable clang-tools-extra/test/pp-trace/pp-trace-modules.cpp on win32 for now. Investigating."

It has been resolved.

llvm-svn: 236309
This commit is contained in:
NAKAMURA Takumi 2015-05-01 08:38:22 +00:00
parent 9fb06bca67
commit 22d8830813
1 changed files with 0 additions and 3 deletions

View File

@ -1,9 +1,6 @@
// RUN: rm -rf %t
// RUN: pp-trace -ignore FileChanged,MacroDefined %s -x objective-c++ -undef -target x86_64 -std=c++11 -fmodules -fcxx-modules -fmodules-cache-path=%t -I%S -I%S/Input | FileCheck --strict-whitespace %s
// FIXME: It crashes on (at least) msc18. Investigating.
// REQUIRES: shell
// CHECK: ---
@import Level1A;