summaryrefslogtreecommitdiff
path: root/test/files/pos/t8947/Macro_1.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t8947/Macro_1.scala')
-rw-r--r--test/files/pos/t8947/Macro_1.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/t8947/Macro_1.scala b/test/files/pos/t8947/Macro_1.scala
index ace389f339..c669e68b1e 100644
--- a/test/files/pos/t8947/Macro_1.scala
+++ b/test/files/pos/t8947/Macro_1.scala
@@ -36,6 +36,6 @@ object X {
// }
//
// To make this visible to the macro implementation, it will need to be compiled in an earlier stage,
- // e.g a separate SBT sub-project.
+ // e.g a separate sbt sub-project.
}