Skip to content

Commit d438aa5

Browse files
committed
Fix check file
1 parent 924c705 commit d438aa5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/neg-macros/macro-class-not-found-1.check

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
| Exception occurred while executing macro expansion.
55
| java.lang.NoClassDefFoundError
66
| at Foo$.aMacroImplementation(Foo.scala:8)
7-
|
7+
|
88
| This location is in code that was inlined at Bar.scala:4

tests/neg-macros/macro-class-not-found-2.check

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
| Exception occurred while executing macro expansion.
55
| java.lang.NoClassDefFoundError: this.is.not.a.Class
66
| at Foo$.aMacroImplementation(Foo.scala:8)
7-
|
7+
|
88
| This location is in code that was inlined at Bar.scala:4

0 commit comments

Comments
 (0)