Minor. @TestDataFlie added for naviagtion

This commit is contained in:
Andrey Breslav
2014-10-05 22:18:44 +04:00
parent 57bffaf8fa
commit 3d5d3e00e3
@@ -18,6 +18,7 @@ package org.jetbrains.jet.codegen;
import com.google.common.collect.Lists;
import com.intellij.openapi.util.io.FileUtil;
import com.intellij.testFramework.TestDataFile;
import com.intellij.testFramework.UsefulTestCase;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.jet.ConfigurationKind;
@@ -84,7 +85,7 @@ public abstract class CodegenTestCase extends UsefulTestCase {
}
@NotNull
protected String loadFile(@NotNull String name) {
protected String loadFile(@NotNull @TestDataFile String name) {
return loadFileByFullPath(JetTestCaseBuilder.getTestDataPathBase() + "/codegen/" + name);
}