aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/pos/t8367.scala
diff options
context:
space:
mode:
authorDmitry Petrashko <dmitry.petrashko@gmail.com>2015-04-09 16:58:43 +0200
committerDmitry Petrashko <dmitry.petrashko@gmail.com>2015-04-09 16:58:43 +0200
commit4d1c9e2212d8d462ad8664904491c378766a65fa (patch)
treef43b9c51d669a92be7cab4e5d70b10b3c90b7085 /tests/pending/pos/t8367.scala
parentafa630a78b4f2cd9bd799b5a0199b99548f18aaa (diff)
downloaddotty-4d1c9e2212d8d462ad8664904491c378766a65fa.tar.gz
dotty-4d1c9e2212d8d462ad8664904491c378766a65fa.tar.bz2
dotty-4d1c9e2212d8d462ad8664904491c378766a65fa.zip
Remove trailing spaces in Dotty tests.
Diffstat (limited to 'tests/pending/pos/t8367.scala')
-rw-r--r--tests/pending/pos/t8367.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/pending/pos/t8367.scala b/tests/pending/pos/t8367.scala
index 9ac2ce7c2..f0c329211 100644
--- a/tests/pending/pos/t8367.scala
+++ b/tests/pending/pos/t8367.scala
@@ -2,10 +2,10 @@ package java.lang
// SI-8367 shows something is wrong with primaryConstructor and it was made worse with the fix for SI-8192
// perhaps primaryConstructor should not return NoSymbol when isJavaDefined
-// or, perhaps isJavaDefined should be refined (the package definition above is pretty sneaky)
+// or, perhaps isJavaDefined should be refined (the package definition above is pretty sneaky)
// also, why does this only happen for a (scala-defined!) class with this special name?
// (there are a couple of others: CloneNotSupportedException,InterruptedException)
class Throwable
-// class CloneNotSupportedException
+// class CloneNotSupportedException
// class InterruptedException