Skip to content

Commit

Permalink
Minor: update testData
Browse files Browse the repository at this point in the history
  • Loading branch information
dnpetrov committed Nov 25, 2020
1 parent e5dce9f commit 7cc6204
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// DONT_TARGET_EXACT_BACKEND: WASM
// WASM_MUTE_REASON: PROPERTY_REFERENCES

class Delegate {
operator fun getValue(t: Any?, p: Any): String = "OK"
}
Expand Down
1 change: 1 addition & 0 deletions compiler/testData/codegen/box/unsignedTypes/kt43286a.kt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// JVM_TARGET: 1.8
// WITH_RUNTIME
// KJS_WITH_FULL_RUNTIME
// IGNORE_BACKEND_FIR: JVM_IR

fun box(): String {
val x = 3UL % 2U
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// WASM_MUTE_REASON: STDLIB_COLLECTIONS
// KJS_WITH_FULL_RUNTIME
// WITH_RUNTIME
// IGNORE_BACKEND_FIR: JVM_IR

fun test() = uintArrayOf(1u).size

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7cc6204

Please sign in to comment.