aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/com/puppycrawl/tools
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/java/com/puppycrawl/tools')
-rw-r--r--src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/IllegalThrowsCheckTest.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/IllegalThrowsCheckTest.java b/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/IllegalThrowsCheckTest.java
index 880085aef..e40f401e9 100644
--- a/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/IllegalThrowsCheckTest.java
+++ b/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/IllegalThrowsCheckTest.java
@@ -35,7 +35,9 @@ public class IllegalThrowsCheckTest extends BaseCheckTestSupport {
@Override
protected String getPath(String filename) throws IOException {
return super.getPath("checks" + File.separator
- + "coding" + File.separator + filename);
+ + "coding" + File.separator
+ + "illegalthrows" + File.separator
+ + filename);
}
@Test