mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[tests] drops incorrect compiler test
This commit is contained in:
@@ -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
@@ -1 +0,0 @@
|
||||
class Svc { }
|
||||
-2
@@ -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();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user