Nix this generated check for now

This commit is contained in:
Ted Nyman
2013-03-06 15:28:55 -08:00
parent 47389cc827
commit da51510597
2 changed files with 1 additions and 18 deletions

View File

@@ -189,10 +189,6 @@ class TestBlob < Test::Unit::TestCase
assert blob("JavaScript/intro.js").generated?
assert blob("JavaScript/classes.js").generated?
# Cython-generated C/C++
assert blob("C/sgd_fast.c").generated?
assert blob("C++/wrapper_inner.cpp").generated?
end
def test_vendored