We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5e913a commit 3e82f09Copy full SHA for 3e82f09
tmc-langs-make/src/test/java/fi/helsinki/cs/tmc/langs/make/MakeStudentFilePolicyTest.java
@@ -27,12 +27,6 @@ public void setUp() {
27
makeStudentFilePolicy = new MakeStudentFilePolicy(path);
28
}
29
30
- @Test
31
- public void testItIncludesMakefiles() {
32
- Path makefile = Paths.get("Makefile");
33
- assertTrue(makeStudentFilePolicy.isStudentSourceFile(makefile, path));
34
- }
35
-
36
@Test
37
public void testItMovesFilesInSrc() throws IOException {
38
final List<String> toBeMoved = new ArrayList<>();
0 commit comments