Skip to content

Commit 33a53a7

Browse files
oderskynicolasstucki
authored andcommitted
Fix test
1 parent 86c6666 commit 33a53a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run-with-compiler/quote-type-tags.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ object Test {
88
'{$x.asInstanceOf[$t]}
99

1010
println(asof('{}, '[Unit]).show)
11-
println(asof('true, '[Boolean]).show)
11+
println(asof('{true}, '[Boolean]).show)
1212
println(asof('{0.toByte}, '[Byte]).show)
1313
println(asof('{ 'a' }, '[Char]).show)
1414
println(asof('{1.toShort}, '[Short]).show)

0 commit comments

Comments
 (0)