Skip to content

Commit eee084f

Browse files
committed
Test: added a comment (mainly to test the commenting feature).
1 parent d315f79 commit eee084f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test.naggum

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
(defun test-instance-call ()
5252
(System.Console.WriteLine "Instance calls:")
53-
(let ((test-obj (new System.Random 100500)))
53+
(let ((test-obj (new System.Random 100500))) ; added for reproducibility
5454
(System.Console.Write "Random number:")
5555
(System.Console.WriteLine (call Next test-obj))))
5656

0 commit comments

Comments
 (0)