Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LasseBlaauwbroek committed Oct 19, 2023
1 parent d8c8431 commit 0d7a4ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pytact/tests/TestReinforceStdin.v
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ Goal True -> True.
intro. apply H.
Qed.

Explore.
Tactician Explore.
2 changes: 1 addition & 1 deletion pytact/tests/TestReinforceTcp.v
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Goal True -> True. intro. apply H. Qed.
Explore "127.0.0.1" 33333.
Tactician Explore "127.0.0.1" 33333.

0 comments on commit 0d7a4ae

Please sign in to comment.