summaryrefslogtreecommitdiff
path: root/test/files
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@typesafe.com>2015-05-04 20:37:38 +0200
committerLukas Rytz <lukas.rytz@typesafe.com>2015-05-04 20:37:38 +0200
commitf635ba91d641d900ffd56ae0f4bbfb8e88bfe2d1 (patch)
treed4f5f115c71b5d3792a30591714afd6e3177ec82 /test/files
parent05672fe9cb37aff0c80c21d4524772d4251be9c6 (diff)
parent95fe641e4598c1170f6c3d19874330d035656281 (diff)
downloadscala-f635ba91d641d900ffd56ae0f4bbfb8e88bfe2d1.tar.gz
scala-f635ba91d641d900ffd56ae0f4bbfb8e88bfe2d1.tar.bz2
scala-f635ba91d641d900ffd56ae0f4bbfb8e88bfe2d1.zip
Merge pull request #4475 from smarter/fix/old-spec-links
Remove references to the old PDF version of the specification
Diffstat (limited to 'test/files')
-rw-r--r--test/files/run/reify_timeofday.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/run/reify_timeofday.scala b/test/files/run/reify_timeofday.scala
index efeb81debf..4950ebfae1 100644
--- a/test/files/run/reify_timeofday.scala
+++ b/test/files/run/reify_timeofday.scala
@@ -6,7 +6,7 @@ object Test extends App {
class DateError extends Exception
/** Simulating properties in Scala
- * (example 4.2.1 in ScalaReference.pdf)
+ * (example 4.2.1 in the Scala Language Specification)
*/
class TimeOfDayVar {
private var h, m, s: Int = 0
@@ -39,4 +39,4 @@ object Test extends App {
case e: Exception => println("Exception")
}
}.eval
-} \ No newline at end of file
+}