Mark clang/test/CodeGenCXX/microsoft-abi-thread-safe-statics.cpp as REQUIRES:asserts. It relies on label names.

llvm-svn: 236709
This commit is contained in:
NAKAMURA Takumi 2015-05-07 10:11:27 +00:00
parent e4358b81e4
commit 6fc75e8e1b
1 changed files with 2 additions and 0 deletions

View File

@ -79,3 +79,5 @@ extern inline S &g() {
// CHECK: resume { i8*, i32 }
return s;
}
// REQUIRES: asserts