Skip to content

Commit bdd396f

Browse files
committedNov 11, 2023
[Analysis] Make test require asserts
This is a hacky fix to get the bots green, because just reverting the original commit causes more failures. This should be replaced with a proper fix by the author.
1 parent c5dd1bb commit bdd396f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎clang/test/Analysis/builtin_signbit.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
// RUN: -O0 %s -o - | FileCheck %s --check-prefixes=CHECK-BE64
66
// RUN: %clang -target powerpc64le-linux-gnu -emit-llvm -S -mabi=ibmlongdouble \
77
// RUN: -O0 %s -o - | FileCheck %s --check-prefixes=CHECK-LE
8+
// REQUIRES: asserts
89

910
bool b;
1011
double d = -1.0;

0 commit comments

Comments
 (0)