diff options
Diffstat (limited to 'test-suite/output/set.out')
-rw-r--r-- | test-suite/output/set.out | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test-suite/output/set.out b/test-suite/output/set.out index 4dfd2bc22..4b72d73eb 100644 --- a/test-suite/output/set.out +++ b/test-suite/output/set.out @@ -3,16 +3,16 @@ y1 := 0 : nat x := 0 + 0 : nat ============================ - x = x + x = x 1 subgoal y1, y2 := 0 : nat x := y2 + 0 : nat ============================ - x = x + x = x 1 subgoal y1, y2, y3 := 0 : nat x := y2 + y3 : nat ============================ - x = x + x = x |