Skip to content

Commit

Permalink
[Analysis] Make test require asserts
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
smeenai committed Nov 11, 2023
1 parent c5dd1bb commit bdd396f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clang/test/Analysis/builtin_signbit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
// RUN: -O0 %s -o - | FileCheck %s --check-prefixes=CHECK-BE64
// RUN: %clang -target powerpc64le-linux-gnu -emit-llvm -S -mabi=ibmlongdouble \
// RUN: -O0 %s -o - | FileCheck %s --check-prefixes=CHECK-LE
// REQUIRES: asserts

bool b;
double d = -1.0;
Expand Down

0 comments on commit bdd396f

Please sign in to comment.