From 30de38aa1e16455ecb528a309ba80eb301ff6a9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matt=C3=A9o=20Delabre?= Date: Wed, 27 Jan 2021 12:41:45 +0100 Subject: [PATCH] Improve identity test cases --- runall.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runall.py b/runall.py index 2341408..533cb7d 100644 --- a/runall.py +++ b/runall.py @@ -58,8 +58,8 @@ if __name__ == '__main__': print("\nSearching for identity") find_script(( ("1", "1"), - ("2", "2"), - ("3", "3"), + ("42", "42"), + ("1984", "1984"), ), max_length=3) # Successor