Skip to content

Commit

Permalink
Update expected errors
Browse files Browse the repository at this point in the history
  • Loading branch information
yitzchak committed Jul 26, 2023
1 parent b85e793 commit 91aeda8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
fail-fast: false
matrix:
lisp:
- ecl
- sbcl
runs-on: ubuntu-latest
container:
Expand Down
2 changes: 1 addition & 1 deletion code/burger-dybvig.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@
(setf m- (expt 2 e)
m+ (* m- 2)
s 4
r (* f m+ 2))
r (* f m+ 2))
(setf m- (expt 2 e)
m+ m-
s 2
Expand Down
1 change: 1 addition & 0 deletions code/shim/test/expected-failures/sbcl.sexp
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
FORMAT.E.2
FORMAT.E.26

0 comments on commit 91aeda8

Please sign in to comment.