[Sanitizer] arc4random unit test missing case.

llvm-svn: 350124
This commit is contained in:
David Carlier 2018-12-28 16:36:05 +00:00
parent f11fcc046e
commit d1ca603770
1 changed files with 3 additions and 0 deletions

View File

@ -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