Skip to content

Commit

Permalink
missing files in previous cmmits
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelchassot authored and mario-bucev committed May 2, 2024
1 parent fe7c394 commit e77a5ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/src/sphinx/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ Instead, please use ``sbt stainless-scalac-standalone/assembly`` as follows:
$ sbt stainless-scalac-standalone/assembly
// takes about 1 minutes
Running Stainless can then be done with the command: ``java -jar frontends\stainless-dotty-standalone\target\scala-3.3.0\stainless-dotty-standalone-{VERSION}.jar``, where ``VERSION`` denotes Stainless version.
Running Stainless can then be done with the command: ``java -jar frontends\stainless-dotty-standalone\target\scala-3.3.3\stainless-dotty-standalone-{VERSION}.jar``, where ``VERSION`` denotes Stainless version.

Running Tests
-------------
Expand Down
4 changes: 2 additions & 2 deletions sbt-plugin/src/sbt-test/sbt-plugin/ghost/test
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
> + tailrec/run
> + basic/run
$ exists basic/target/scala-2.13/classes/test/Main.class
$ exists basic/target/scala-3.3.0/classes/test/Main.class
$ exists basic/target/scala-3.3.3/classes/test/Main.class
$ absent basic/target/sneakyGhostCalled basic/target/insideGhostCalled
> + actor-tests/compile
> + actor-tests/compile

0 comments on commit e77a5ab

Please sign in to comment.