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