Remove tests for CSSNodeDEPRECATED

Summary: Remove tests for CSSNodeDEPRECATED. Java tests will be replaced by jni binding tests in upcoming diff.

Reviewed By: lucasr

Differential Revision: D3992821

fbshipit-source-id: d4877674c96f667f5acf92aab58af02aa27da4c2
This commit is contained in:
Emil Sjolander
2016-10-12 05:59:12 -07:00
committed by Facebook Github Bot
parent 41b64478c4
commit 29fa232129
6 changed files with 0 additions and 10280 deletions

9
BUCK
View File

@@ -75,12 +75,3 @@ java_library(
],
visibility = ['PUBLIC'],
)
java_test(
name = 'CSSLayout_java_tests',
srcs = glob(['tests/java/**/*.java']),
deps = [
':CSSLayout_java',
JUNIT_TARGET,
],
)