summaryrefslogtreecommitdiff
path: root/test/files/run/t7240/Test_2.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t7240/Test_2.scala')
-rw-r--r--test/files/run/t7240/Test_2.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/run/t7240/Test_2.scala b/test/files/run/t7240/Test_2.scala
index 2450bdabf9..5cc2cc7f78 100644
--- a/test/files/run/t7240/Test_2.scala
+++ b/test/files/run/t7240/Test_2.scala
@@ -1,3 +1,3 @@
object Test extends App {
- bakery.Bakery.failure
-} \ No newline at end of file
+ val v = bakery.Bakery.failure
+}