Turn off class redeclaration test for JS IC temporarily

So the tests could be run on TC.
Turn on after KT-19846 is fixed.
This commit is contained in:
Alexey Tsvetkov
2017-12-12 15:14:08 +03:00
parent 5b646ba4fa
commit 50bf74b909
6 changed files with 12 additions and 18 deletions
@@ -0,0 +1,19 @@
================ Step #1 =================
Compiling files:
src/class2.kt
End of files
Exit code: OK
------------------------------------------
Cleaning output files:
out/production/module/Klass.class
End of files
Compiling files:
src/class1.kt
src/class2.kt
End of files
Exit code: ABORT
------------------------------------------
COMPILATION FAILED
Redeclaration: Klass
Redeclaration: Klass
@@ -0,0 +1 @@
class Klass
@@ -0,0 +1 @@
class Klass