summaryrefslogtreecommitdiff
path: root/compiler-rt/test/sanitizer_common/TestCases/Posix/arc4random.cc
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/test/sanitizer_common/TestCases/Posix/arc4random.cc')
-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