summaryrefslogtreecommitdiff
path: root/xml/tests/src/com/intellij/xml/XmlFoldingTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'xml/tests/src/com/intellij/xml/XmlFoldingTest.java')
-rw-r--r--xml/tests/src/com/intellij/xml/XmlFoldingTest.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/xml/tests/src/com/intellij/xml/XmlFoldingTest.java b/xml/tests/src/com/intellij/xml/XmlFoldingTest.java
index c6f76e3c55ad..76cb6f3d0dd1 100644
--- a/xml/tests/src/com/intellij/xml/XmlFoldingTest.java
+++ b/xml/tests/src/com/intellij/xml/XmlFoldingTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2012 JetBrains s.r.o.
+ * Copyright 2000-2014 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -43,7 +43,7 @@ public class XmlFoldingTest extends LightPlatformCodeInsightFixtureTestCase {
doTest(".html");
}
- private void doTest(String extension) throws Throwable {
+ private void doTest(String extension) {
myFixture.testFolding(getTestDataPath() + getTestName(true) + extension);
}