From 4945de4630cd50c33016dfc7cf49223e8af139a7 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Thu, 7 May 2015 10:11:27 +0000 Subject: [PATCH] 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 --- test/CodeGenCXX/microsoft-abi-thread-safe-statics.cpp | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.50.1