disable test for now

This commit is contained in:
Jon Rafkind 2011-11-22 13:15:10 -07:00
parent 48f64ad3ae
commit 35b3e73b2a

View File

@ -1,5 +1,6 @@
#lang honu
/*
operator gg 2 'left
function(left right){
withSyntax left -> left,
@ -9,3 +10,4 @@ operator gg 2 'left
}
3 gg 4 gg 5
*/