forked from OSchip/llvm-project
[Sanitizer] arc4random unit test missing case.
llvm-svn: 350124
This commit is contained in:
parent
f11fcc046e
commit
d1ca603770
|
@ -50,11 +50,14 @@ void test_arc4random_buf256() {
|
|||
int main(void) {
|
||||
test_seed();
|
||||
test_arc4random();
|
||||
test_arc4random_uniform();
|
||||
test_arc4random_buf10();
|
||||
test_arc4random_buf256();
|
||||
return 0;
|
||||
// CHECK: test_arc4random
|
||||
// CHECK: buf '{{.*}}'
|
||||
// CHECK: test_arc4random_uniform
|
||||
// CHECK: buf '{{.*}}'
|
||||
// CHECK: test_arc4random_buf10
|
||||
// CHECK: buf '{{.*}}'
|
||||
// CHECK: test_arc4random_buf256
|
||||
|
|
Loading…
Reference in New Issue