aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/dotc/ast
diff options
context:
space:
mode:
authorFelix Mulder <felix.mulder@gmail.com>2017-04-06 19:47:37 +0200
committerGitHub <noreply@github.com>2017-04-06 19:47:37 +0200
commit4d76265fac7edafc2fcf29ce6873fdb252fbba0d (patch)
tree32a7a72470f72f63e0248a3f324f09fe6f8895ef /compiler/src/dotty/tools/dotc/ast
parent49a18da629d74a6f8d4052c95ce8b967ea08f73d (diff)
parent8a83bb1f865bdc79cc716034199bc9d350d4f055 (diff)
downloaddotty-4d76265fac7edafc2fcf29ce6873fdb252fbba0d.tar.gz
dotty-4d76265fac7edafc2fcf29ce6873fdb252fbba0d.tar.bz2
dotty-4d76265fac7edafc2fcf29ce6873fdb252fbba0d.zip
Merge pull request #2193 from dotty-staging/deterministic-tests
Deterministically randomises test compilation order
Diffstat (limited to 'compiler/src/dotty/tools/dotc/ast')
-rw-r--r--compiler/src/dotty/tools/dotc/ast/Trees.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/src/dotty/tools/dotc/ast/Trees.scala b/compiler/src/dotty/tools/dotc/ast/Trees.scala
index 0fc47a8a4..20d7c1458 100644
--- a/compiler/src/dotty/tools/dotc/ast/Trees.scala
+++ b/compiler/src/dotty/tools/dotc/ast/Trees.scala
@@ -788,7 +788,7 @@ object Trees {
def complete(implicit ctx: Context): T
}
- // ----- Generic Tree Instances, inherited from `tpt` and `untpd`.
+ // ----- Generic Tree Instances, inherited from `tpt` and `untpd`.
abstract class Instance[T >: Untyped <: Type] extends DotClass { inst =>