Skip to content

Commit

Permalink
Skip Scala.js in run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bracevac committed Jul 16, 2024
1 parent 5d5351c commit 14c85dd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/run/i18446/Client.scala
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// scalajs: --skip

package bar;

object Client extends foo.Task {
Expand Down
1 change: 1 addition & 0 deletions tests/run/i18446/Test.scala
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// scalajs: --skip

@main def Test =
foo.run
Expand Down
2 changes: 2 additions & 0 deletions tests/run/i18446/i18446.scala
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// scalajs: --skip

package foo

def run = {
Expand Down

0 comments on commit 14c85dd

Please sign in to comment.