diff options
Diffstat (limited to 'src/main.py')
| -rwxr-xr-x | src/main.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.py b/src/main.py index 17d1bf8..dcee90e 100755 --- a/src/main.py +++ b/src/main.py @@ -78,8 +78,9 @@ def main(): Test.new_error(["0", "100", "100", "100"]) Test.new_error(["1", "100", "100", "100"]) + Test(10, 100, 100, 10) + Test(10, 200, 10, 10, infinite=True) - # Test(10, 100, 100, 10) Test.run_all(config.PHILO_EXEC_PATHS[0]) # print("yo") |
