test/test_helper.rb in ruboto-0.10.0 vs test/test_helper.rb in ruboto-0.10.1

- old
+ new

@@ -300,11 +300,10 @@ system "rake platform:debug platform:install" else fail "Unknown Ruboto platform: #{RUBOTO_PLATFORM.inspect}" end if $? != 0 - # FIXME(uwe): Delete failed RubotoCore. Kept temporarily for debuging. - # FileUtils.rm_rf 'tmp/RubotoCore' + FileUtils.rm_rf 'tmp/RubotoCore' fail 'Error (un)installing RubotoCore' end end def exclude_stdlibs(excluded_stdlibs)