Skip to content

Fix #5021: Remove duplicate test #5053

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 28, 2018
Merged

Conversation

allanrenucci
Copy link
Contributor

These tests may be run in parallel in the same group, and compile the
same files at the same time which caused non deterministic issues.

These tests may be run in parallel in the same group, and compile the
same files at the same time which caused non deterministic issues.
@@ -43,8 +43,7 @@ class BootstrappedOnlyCompilationTests extends ParallelTesting {
compileDir("compiler/src/dotty/tools/dotc/reporting", withCompilerOptions) +
compileDir("compiler/src/dotty/tools/dotc/typer", withCompilerOptions) +
compileDir("compiler/src/dotty/tools/dotc/util", withCompilerOptions) +
compileDir("compiler/src/dotty/tools/io", withCompilerOptions) +
compileDir("compiler/src/dotty/tools/dotc/core", withCompilerOptions)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one is a duplicate of line 39

@Blaisorblade
Copy link
Contributor

Thanks!!!

@Blaisorblade Blaisorblade merged commit d8889ec into scala:master Aug 28, 2018
@Blaisorblade Blaisorblade deleted the fix-5021 branch August 28, 2018 11:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants