From 9fd250b2b1116576c1b927394efc7b7862e83e0c Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Wed, 6 Jan 2021 17:34:00 +0100 Subject: [PATCH] Exclude libraries/stdlib/wasm/build in CodeConformanceTest Similarly to libraries/stdlib/js-ir/build, there are some copyrights produced during the build, which should not be checked in this test. --- compiler/tests/org/jetbrains/kotlin/code/CodeConformanceTest.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/tests/org/jetbrains/kotlin/code/CodeConformanceTest.kt b/compiler/tests/org/jetbrains/kotlin/code/CodeConformanceTest.kt index 6ae128d070c..1b1d73c9744 100644 --- a/compiler/tests/org/jetbrains/kotlin/code/CodeConformanceTest.kt +++ b/compiler/tests/org/jetbrains/kotlin/code/CodeConformanceTest.kt @@ -90,6 +90,7 @@ class CodeConformanceTest : TestCase() { "libraries/stdlib/js-v1/.gradle", "libraries/stdlib/js-v1/build", "libraries/stdlib/js-v1/node_modules", + "libraries/stdlib/wasm/build", "libraries/tools/kotlin-gradle-plugin-integration-tests/build", "libraries/tools/kotlin-maven-plugin-test/target", "libraries/tools/kotlin-test-js-runner/.gradle",