[tests] drops incorrect compiler test

This commit is contained in:
Roman Shevchenko
2017-03-14 15:14:42 +01:00
parent 0e95bddade
commit c461f6e6a4
5 changed files with 1 additions and 14 deletions
@@ -1,6 +0,0 @@
Cleaning output files:
out/production/ModuleInfoIncluded/Svc.class
End of files
Compiling files:
src/module-info.java
End of files
@@ -1,2 +0,0 @@
//todo uncomment after migration to Java 9
//module M { }
@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 JetBrains s.r.o.
* Copyright 2000-2017 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.
@@ -177,8 +177,4 @@ public class CommonTest extends IncrementalTestCase {
public void testIntegrateOnNonIncrementalMake() throws Exception {
doTest();
}
public void testModuleInfoIncluded() {
doTest();
}
}