blob: a3fff23b9fb8e15e6d3a7e57cd44763aa81e939b [file] [log] [blame]
@com.intellij.testFramework.TestDataPath("$CONTENT_ROOT/contentRootSubdir<caret>")
class ATest extends LightCodeInsightFixtureTestCase {
protected void doTest() {
configureByFile(getTestName(true) + ".java");
}
}