Unvendor tools/ (#3919)

* Unvendor tools/

* Remove test
This commit is contained in:
Colin Seymour
2017-11-28 10:52:02 +00:00
committed by GitHub
parent c8ca48856b
commit c5d1bb5370
2 changed files with 0 additions and 4 deletions

View File

@@ -313,8 +313,6 @@ class TestFileBlob < Minitest::Test
assert sample_blob("deps/http_parser/http_parser.c").vendored?
assert sample_blob("deps/v8/src/v8.h").vendored?
assert sample_blob("tools/something/else.c").vendored?
# Chart.js
assert sample_blob("some/vendored/path/Chart.js").vendored?
assert !sample_blob("some/vendored/path/chart.js").vendored?