Skip to content

Commit

Permalink
Fix issue number in test file names
Browse files Browse the repository at this point in the history
[Cherry-picked 9cb9d4b]
  • Loading branch information
odersky authored and WojciechMazur committed Jun 28, 2024
1 parent dc68a9a commit a69ac87
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions tests/neg/i19531.check → tests/neg/i19351.check
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Error: tests/neg/i19531/A.scala:3:35 --------------------------------------------------------------------------------
-- Error: tests/neg/i19351/A.scala:3:35 --------------------------------------------------------------------------------
3 | inline def myMacro(): x.type = ${myMacroExpr} // error
| ^
|Cyclic macro dependency; macro refers to a toplevel symbol in tests/neg/i19531/A.scala from which the macro is called
|Cyclic macro dependency; macro refers to a toplevel symbol in tests/neg/i19351/A.scala from which the macro is called
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions tests/neg/i19531a.check → tests/neg/i19351a.check
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
-- Error: tests/neg/i19531a/Test.scala:8:34 ----------------------------------------------------------------------------
-- Error: tests/neg/i19351a/Test.scala:8:34 ----------------------------------------------------------------------------
8 |inline def not(b: Bool): Bool = ${notMacro('b)} // error // error
| ^
|Cyclic macro dependency; macro refers to a toplevel symbol in tests/neg/i19531a/Test.scala from which the macro is called
-- [E046] Cyclic Error: tests/neg/i19531a/Test.scala:8:46 --------------------------------------------------------------
|Cyclic macro dependency; macro refers to a toplevel symbol in tests/neg/i19351a/Test.scala from which the macro is called
-- [E046] Cyclic Error: tests/neg/i19351a/Test.scala:8:46 --------------------------------------------------------------
8 |inline def not(b: Bool): Bool = ${notMacro('b)} // error // error
| ^
| Cyclic reference involving method $anonfun
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit a69ac87

Please sign in to comment.