changeset 402 | de59aa20a1dc |
parent 347 | 4de31fdc0d67 |
401:9471c3b7ea02 | 402:de59aa20a1dc |
---|---|
5 case _ : Throwable => System.exit(1) |
5 case _ : Throwable => System.exit(1) |
6 } |
6 } |
7 } |
7 } |
8 */ |
8 */ |
9 |
9 |
10 assert(CW6b.get_first_price("GOOG", 1980) == None) |
10 assert(M1.get_first_price("GOOG", 1980) == None) |
11 assert(CW6b.get_first_price("GOOG", 2010) == Some(312.204773)) |
11 assert(M1.get_first_price("GOOG", 2010) == Some(312.204773)) |
12 |
12 |