Skip to content

Commit 62c992f

Browse files
committed
Rename quote test files
1 parent a0e9b16 commit 62c992f

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed

tests/neg/spliceNonStaged.scala renamed to tests/neg/quote-spliceNonStaged.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ import scala.quoted._
33

44
object Quotes_1 {
55
def printHello: Expr[Unit] = '{ println("Hello") }
6-
~printHello // error: Could not find staging class quotes.Quotes_1 in classpath
6+
~printHello // error
77
}
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)