aboutsummaryrefslogtreecommitdiffstats
path: root/backends/simplec/test00_tb.c
diff options
context:
space:
mode:
Diffstat (limited to 'backends/simplec/test00_tb.c')
-rw-r--r--backends/simplec/test00_tb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/simplec/test00_tb.c b/backends/simplec/test00_tb.c
index 650f121ca..9b3ae00e0 100644
--- a/backends/simplec/test00_tb.c
+++ b/backends/simplec/test00_tb.c
@@ -16,7 +16,7 @@ int main()
struct test_state_t state;
uint32_t a, b, c, x, y, z;
- for (int i = 0; i < 100; i++)
+ for (int i = 0; i < 10; i++)
{
a = xorshift32();
b = xorshift32();