From 317a1056cd8062331964d1bc65f1bfd945538551 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Tue, 15 May 2012 10:21:26 -0700 Subject: Removing extraneous files. Culling accumulated unnecessary code. --- test/files/run/repl-exceptions.check | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 test/files/run/repl-exceptions.check (limited to 'test/files/run/repl-exceptions.check') diff --git a/test/files/run/repl-exceptions.check b/test/files/run/repl-exceptions.check deleted file mode 100644 index f7ce018422..0000000000 --- a/test/files/run/repl-exceptions.check +++ /dev/null @@ -1,25 +0,0 @@ -Type in expressions to have them evaluated. -Type :help for more information. - -scala> - -scala> sys.SystemProperties.traceSourcePath setValue "" -res0: String = null - -scala> def f = sys.error("hi mom") -f: Nothing - -scala> f -[package.error] (package.scala:27) -(access lastException for the full trace) - -scala> lastException.show -/* The repl internal portion of the stack trace is elided. */ -[package.error] (package.scala:27) -[.f] (:7) -[.] (:9) -[.] (:-1) - -scala> - -scala> -- cgit v1.2.3