From 9d598fa28a5dbf4735f468cc2a195ddd1dc4b31c Mon Sep 17 00:00:00 2001 From: nik Date: Tue, 19 Sep 2017 15:39:48 +0300 Subject: [PATCH] compiler-tests module moved to community Since they test functionality from 'community' sources they should be placed in the corresponding repository. --- .idea/modules.xml | 1 + java/compiler/compiler-tests.iml | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 java/compiler/compiler-tests.iml diff --git a/.idea/modules.xml b/.idea/modules.xml index e250ab20b6c6..3cb1e803e4da 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -53,6 +53,7 @@ + diff --git a/java/compiler/compiler-tests.iml b/java/compiler/compiler-tests.iml new file mode 100644 index 000000000000..55c0fb6b7c1e --- /dev/null +++ b/java/compiler/compiler-tests.iml @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file