From: NAKAMURA Takumi Date: Thu, 7 May 2015 10:11:27 +0000 (+0000) Subject: Mark clang/test/CodeGenCXX/microsoft-abi-thread-safe-statics.cpp as REQUIRES:asserts... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4945de4630cd50c33016dfc7cf49223e8af139a7;p=clang Mark clang/test/CodeGenCXX/microsoft-abi-thread-safe-statics.cpp as REQUIRES:asserts. It relies on label names. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@236709 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenCXX/microsoft-abi-thread-safe-statics.cpp b/test/CodeGenCXX/microsoft-abi-thread-safe-statics.cpp index 97a2095b3b..76583d0c6f 100644 --- a/test/CodeGenCXX/microsoft-abi-thread-safe-statics.cpp +++ b/test/CodeGenCXX/microsoft-abi-thread-safe-statics.cpp @@ -79,3 +79,5 @@ extern inline S &g() { // CHECK: resume { i8*, i32 } return s; } + +// REQUIRES: asserts