Add test_vm test that shows a hash isn't always ordered.
--- MacRuby/trunk/test_vm/hash.rb (rev 0)
+++ MacRuby/trunk/test_vm/hash.rb 2009-12-12 13:22:12 UTC (rev 3106)
@@ -0,0 +1 @@
+assert "lettuce\nbacon", '{:main_ingredient => "lettuce", :total => "bacon"}.each { |_,v| puts v }'
\ No newline at end of file