diff options
Diffstat (limited to 'r4rstest.scm')
-rw-r--r-- | r4rstest.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/r4rstest.scm b/r4rstest.scm index 7768f03..d0842c5 100644 --- a/r4rstest.scm +++ b/r4rstest.scm @@ -482,7 +482,7 @@ (test #t exact? 3) (test #f inexact? 3) -;;(test 1 expt 0 0) +(test 1 expt 0 0) (test 0 expt 0 1) (test 0 expt 0 256) ;;(test 0 expt 0 -255) |