Skip to content

Commit

Permalink
chore: Adjsut inlay hints results for Scala CLI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik committed Mar 10, 2024
1 parent f5e8afe commit d09bb32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/slow/src/test/scala/tests/scalacli/ScalaCliSuite.scala
Expand Up @@ -204,10 +204,10 @@ class ScalaCliSuite extends BaseScalaCliSuite(V.scala3) {
|import foo.Foo
|import utest._
|
|pprint.log/*[Int<<scala/Int#>>]*/(2)/*(generate<<sourcecode/LineMacros#generate().>>, generate<<sourcecode/FileNameMacros#generate().>>)*/ // top-level statement should be fine in a script
|pprint.log/*[Int<<scala/Int#>>]*/(2)/*(using generate<<sourcecode/LineMacros#generate().>>, generate<<sourcecode/FileNameMacros#generate().>>)*/ // top-level statement should be fine in a script
|
|object MyTests extends TestSuite {
| pprint.log/*[Int<<scala/Int#>>]*/(2)/*(generate<<sourcecode/LineMacros#generate().>>, generate<<sourcecode/FileNameMacros#generate().>>)*/
| pprint.log/*[Int<<scala/Int#>>]*/(2)/*(using generate<<sourcecode/LineMacros#generate().>>, generate<<sourcecode/FileNameMacros#generate().>>)*/
| val tests/*: Tests<<utest/Tests#>>*/ = Tests {
| test("foo") {
| assert(2 + 2 == 4)
Expand Down

0 comments on commit d09bb32

Please sign in to comment.