ref: 9301bca7cc870a02996ce0edc340021527057784
parent: cdcf48dae4edd909f3384be4aa34bf41d9de62bc
author: Kartik Agaram <[email protected]>
date: Tue Oct 17 18:35:29 EDT 2017
Fix outdated comment in a test. Outdated since 26fef326df.
--- a/test/loop.myr
+++ b/test/loop.myr
@@ -1,5 +1,5 @@
use std
-/* checks that loops work. exits with 45. */
+/* checks that loops work. */
const main = {
var i
var n