Skip to content

Commit e3fbfc4

Browse files
committed
Update old macro test
1 parent 046980f commit e3fbfc4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

compiler/test/dotty/tools/dotc/CompilationTests.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ class CompilationTests extends ParallelTesting {
6565
compileFile("tests/pos-special/kind-projector.scala", defaultOptions.and("-Ykind-projector")),
6666
compileFile("tests/run/i5606.scala", defaultOptions.and("-Yretain-trees")),
6767
compileFile("tests/pos-custom-args/i5498-postfixOps.scala", defaultOptions withoutLanguageFeature "postfixOps"),
68-
6968
).checkCompile()
7069
}
7170

tests/pos/macro.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
class A {
22
def foo: Int = macro ???
3+
inline def foo: Int = ???
34
}

0 commit comments

Comments
 (0)