Skip to content

Commit 5140b6d

Browse files
committed
Add missing -Yno-inline to stdlib compilation flags.
1 parent 2efb6dd commit 5140b6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bench/test/dotty/tools/benchmarks/Benchmarks.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ object BenchTests extends OnlineRegressionReport {
5252

5353
val stdlibFiles = StdLibSources.whitelisted
5454

55-
def stdLib = compiler.compileList("compileStdLib", stdlibFiles, "-migration" :: scala2mode)
55+
def stdLib = compiler.compileList("compileStdLib", stdlibFiles, "-migration" :: "-Yno-inline" :: scala2mode)
5656

5757
def dotty = compiler.compileDir(dottyDir, ".", List("-deep", "-strict"))
5858

0 commit comments

Comments
 (0)