From d89ea1c9a5de945ca8f108bee8f174d6dcc2f7e8 Mon Sep 17 00:00:00 2001 From: Iulian Dragos Date: Wed, 11 Jun 2008 11:34:30 +0000 Subject: Moved pending tests that succeed to their place... Moved pending tests that succeed to their place in the 'files' directory. --- test/files/pos/t0999.scala | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/files/pos/t0999.scala (limited to 'test/files/pos/t0999.scala') diff --git a/test/files/pos/t0999.scala b/test/files/pos/t0999.scala new file mode 100644 index 0000000000..c384820af1 --- /dev/null +++ b/test/files/pos/t0999.scala @@ -0,0 +1,5 @@ +object A { + val d: Double = Math.sqrt(5 match { + case x: Double => x + }) +} -- cgit v1.2.3