diff options
author | Matt Harrison <hi@matt-harrison.com> | 2019-06-11 15:34:39 +0100 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-06-11 10:34:39 -0400 |
commit | d82c1991cf0919c312b87501bc588cf17781b32f (patch) | |
tree | 1cca87de6af963c379187726468eef8f47741d70 /tests/seed_random.test | |
parent | cb581620522febe618cbf084b0dc3428479e84a9 (diff) |
Add --seed for setting RNG seed (#2483)
Diffstat (limited to 'tests/seed_random.test')
-rw-r--r-- | tests/seed_random.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/seed_random.test b/tests/seed_random.test new file mode 100644 index 000000000..20a3b3c8e --- /dev/null +++ b/tests/seed_random.test @@ -0,0 +1,2 @@ +args: run --seed=100 tests/seed_random.js +output: tests/seed_random.js.out |