summaryrefslogtreecommitdiff
path: root/test/files/run/reify_timeofday.scala
diff options
context:
space:
mode:
authorGuillaume Martres <smarter@ubuntu.com>2015-04-30 20:21:15 +0200
committerGuillaume Martres <smarter@ubuntu.com>2015-04-30 20:21:15 +0200
commit95fe641e4598c1170f6c3d19874330d035656281 (patch)
tree2728a714740ad440aaf96b4d9867d8bb9b55d9c6 /test/files/run/reify_timeofday.scala
parentcac6383e6658dc5956540b76b9b46c3b664774ac (diff)
downloadscala-95fe641e4598c1170f6c3d19874330d035656281.tar.gz
scala-95fe641e4598c1170f6c3d19874330d035656281.tar.bz2
scala-95fe641e4598c1170f6c3d19874330d035656281.zip
Remove references to the old PDF version of the specification
Diffstat (limited to 'test/files/run/reify_timeofday.scala')
-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
+}