re-enable test

This commit is contained in:
Jon Rafkind 2011-08-08 11:04:58 -06:00
parent afc01ca2d1
commit 8a352da71c

View File

@ -1,8 +1,5 @@
#lang honu
1
/*
/*
function test(t, a, b){
if (a != b){
@ -39,4 +36,3 @@ test1();
test2(5, 9);
// function(z){ print(z) }(12)
*/