Skip to content

Commit 78a5e09

Browse files
author
Aggelos Biboudis
authored
Merge pull request #4317 from dotty-staging/streams-dev
Add Experimental Streams using quotes as test case
2 parents c13422f + 3c46da8 commit 78a5e09

File tree

3 files changed

+721
-1
lines changed

3 files changed

+721
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,8 @@ class CompilationTests extends ParallelTesting {
199199
implicit val testGroup: TestGroup = TestGroup("runAll")
200200
compileFilesInDir("tests/run", defaultOptions) +
201201
compileFilesInDir("tests/run-no-optimise", defaultOptions) +
202-
compileFilesInDir("tests/run-with-compiler", defaultRunWithCompilerOptions)
202+
compileFilesInDir("tests/run-with-compiler", defaultRunWithCompilerOptions) +
203+
compileFile("tests/run-with-compiler-custom-args/staged-streams_1.scala", defaultRunWithCompilerOptions without "-Yno-deep-subtypes")
203204
}.checkRuns()
204205

205206
// Generic java signatures tests ---------------------------------------------
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
6
2+
3+
12
4+
5+
36
6+
7+
2
8+
9+
3
10+
11+
7
12+
13+
12
14+
15+
15
16+
17+
15
18+
19+
72

0 commit comments

Comments
 (0)