Skip to content

Commit 0f1a23e

Browse files
Merge pull request #9406 from dotty-staging/move-macro-tests
Move macro tests to macro test directories
2 parents e1ec534 + 6589322 commit 0f1a23e

25 files changed

+1
-1
lines changed

tests/neg/type-splice-in-val-pattern.check renamed to tests/neg-macros/type-splice-in-val-pattern.check

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- [E155] Syntax Error: tests/neg/type-splice-in-val-pattern.scala:5:14 ------------------------------------------------
1+
-- [E155] Syntax Error: tests/neg-macros/type-splice-in-val-pattern.scala:5:14 -----------------------------------------
22
5 | val '[ *:[$t] ] = ??? // error
33
| ^^
44
| Type splices cannot be used in val patterns. Consider using `match` instead.
File renamed without changes.

0 commit comments

Comments
 (0)