Skip to content

Commit 30ccaf6

Browse files
committed
Fix tests
1 parent 14c4366 commit 30ccaf6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/neg/i4044a.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def test(given QuoteContext) = {
88
a // error
99
$a
1010
'{$a} // error
11-
'{ given QuoteContext =???; '{$a} } // error
11+
'{ given QuoteContext = ???; '{$a} } // error
1212
}
1313

1414
}

tests/neg/i4044b.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def test(given QuoteContext) = {
1313
b // error
1414
${b}
1515
${ '{b} } // error
16-
'{ given QuoteContext =???; '{$b} } // error
16+
'{ given QuoteContext = ???; '{$b} } // error
1717
}
1818

1919
}

0 commit comments

Comments
 (0)