Commit d37aa55
committed
Fix #6739 test
There was an error in that test where you need a QuoteContext
in scope to write quotes. The error did not manifest itself since
a synthetic QuoteContext was generated for all inline methods
from which it was required (disregarding whether they are meant as
macro implementations or not). This behavior was wrong, however,
(see #7407) and hence this test needs fixing.1 parent 9220a24 commit d37aa55
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
0 commit comments