We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b621d6 commit 783eff3Copy full SHA for 783eff3
1 file changed
tests/test.naggum
@@ -52,7 +52,7 @@
52
(System.Console.WriteLine "Instance calls:")
53
(let ((test-obj (new System.Random)))
54
(System.Console.Write "Random number:")
55
- (System.Console.WriteLine (call Next test-obj))))
+ (System.Console.WriteLine (call Next test-obj))))
56
57
(System.Console.WriteLine "Naggum test suite")
58
0 commit comments