Remove standard library includes from test; they explode on Windows.

llvm-svn: 139875
This commit is contained in:
Eli Friedman 2011-09-15 23:24:35 +00:00
parent 9bb51adcce
commit 0d3d70a074
1 changed files with 0 additions and 3 deletions

View File

@ -1,8 +1,5 @@
// RUN: %clang_cc1 -fsyntax-only -verify -Wthread-safety %s
#include <map> // for test 50
#include <string> // for test 58
#define LOCKABLE __attribute__ ((lockable))
#define SCOPED_LOCKABLE __attribute__ ((scoped_lockable))
#define GUARDED_BY(x) __attribute__ ((guarded_by(x)))