summaryrefslogtreecommitdiff
path: root/compiler-rt
diff options
context:
space:
mode:
authorDavid Carlier <devnexen@gmail.com>2018-12-28 16:36:05 +0000
committerDavid Carlier <devnexen@gmail.com>2018-12-28 16:36:05 +0000
commit07e1e72aba9e4d7a42f03c08a4964367e94c299e (patch)
treef43124a6361baa69e55ff148a30e0cdfdec9e2a7 /compiler-rt
parent162c551dd6fc2b7c1dc2c2bdec0b489660cdd152 (diff)
[Sanitizer] arc4random unit test missing case.
Diffstat (limited to 'compiler-rt')
-rw-r--r--compiler-rt/test/sanitizer_common/TestCases/Posix/arc4random.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler-rt/test/sanitizer_common/TestCases/Posix/arc4random.cc b/compiler-rt/test/sanitizer_common/TestCases/Posix/arc4random.cc
index cb7c18f242e..a34930973e6 100644
--- a/compiler-rt/test/sanitizer_common/TestCases/Posix/arc4random.cc
+++ b/compiler-rt/test/sanitizer_common/TestCases/Posix/arc4random.cc
@@ -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