disable honu test for now

This commit is contained in:
Jon Rafkind 2011-08-07 17:48:57 -06:00
parent 38596a9b58
commit 513d73068e

View File

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