mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-05 00:49:43 +00:00
[test] After r262290 reducing stack usage, try re-enabling asan on the related test.
llvm-svn: 262295
This commit is contained in:
parent
cb305dea1c
commit
14a79d7736
@ -4,8 +4,8 @@
|
||||
// Check that we don't get stack overflow trying to index a huge number of
|
||||
// call operators.
|
||||
|
||||
// ASan and UBSan increase stack usage.
|
||||
// REQUIRES: not_asan, not_ubsan
|
||||
// UBSan increses stack usage.
|
||||
// REQUIRES: not_ubsan
|
||||
|
||||
struct S {
|
||||
S &operator()();
|
||||
|
Loading…
x
Reference in New Issue
Block a user