Add missing dir to java test clean

Summary: Some test files are in `com.` packages.

Reviewed By: jvillard

Differential Revision: D4364520

fbshipit-source-id: a44525c
master
Josh Berdine 8 years ago committed by Facebook Github Bot
parent 4a3573b60e
commit 142494e7ae

@ -35,5 +35,5 @@ test: issues.exp.test$(TEST_SUFFIX)
.PHONY: clean
clean:
$(REMOVE_DIR) codetoanalyze issues.exp.test$(TEST_SUFFIX) infer-out$(TEST_SUFFIX) \
$(REMOVE_DIR) codetoanalyze com issues.exp.test$(TEST_SUFFIX) infer-out$(TEST_SUFFIX) \
$(OBJECTS) $(CLEAN_EXTRA)

@ -7,7 +7,7 @@
* of patent rights can be found in the PATENTS file in the same directory.
*/
package com.facebook.infer.tests.codetoanalyze.java.errors;
package codetoanalyze.java.errors;
import android.app.DownloadManager;

Loading…
Cancel
Save