Commit 92541c8e5ecad97606bbdd728ef3da09bdd7055b

Thomas de Grivel 2024-08-05T17:14:43

update integer.lisp

diff --git a/test/ikc3/integer.lisp b/test/ikc3/integer.lisp
index 9b5de31..5d39011 100644
--- a/test/ikc3/integer.lisp
+++ b/test/ikc3/integer.lisp
@@ -118,7 +118,7 @@
                           :direction :output
                           :element-type 'character
                           :if-exists :supersede)
-  (with-open-file (in #P"integer.in"
+  (with-open-file (in #P"integer.kc3"
                       :direction :output
                       :element-type 'character
                       :if-exists :supersede)
@@ -200,7 +200,7 @@
                           :if-exists :supersede)
   (with-open-file (in (pathname
                        (concatenate
-                        'string "integer_" (op-to-str op 1) ".in"))
+                        'string "integer_" (op-to-str op 1) ".kc3"))
                       :direction :output
                       :element-type 'character
                       :if-exists :supersede)
@@ -227,7 +227,7 @@
                           :if-exists :supersede)
   (with-open-file (in (pathname
                        (concatenate
-                        'string "integer_" (op-to-str op 2) ".in"))
+                        'string "integer_" (op-to-str op 2) ".kc3"))
                       :direction :output
                       :element-type 'character
                       :if-exists :supersede)