summaryrefslogtreecommitdiff
path: root/test/files/pos
diff options
context:
space:
mode:
authorpaltherr <paltherr@epfl.ch>2004-01-13 14:07:18 +0000
committerpaltherr <paltherr@epfl.ch>2004-01-13 14:07:18 +0000
commit512a32f9e2086b18a490d5bb1612b3ca4f7415a3 (patch)
treed7dfc94306baffd9456fa23aca05240e25ee6760 /test/files/pos
parent8a9f354696a13ea32939f341e174521f5e197035 (diff)
downloadscala-512a32f9e2086b18a490d5bb1612b3ca4f7415a3.tar.gz
scala-512a32f9e2086b18a490d5bb1612b3ca4f7415a3.tar.bz2
scala-512a32f9e2086b18a490d5bb1612b3ca4f7415a3.zip
- Removed bug50.scala
Diffstat (limited to 'test/files/pos')
-rw-r--r--test/files/pos/bug50.scala8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/files/pos/bug50.scala b/test/files/pos/bug50.scala
deleted file mode 100644
index 0989af44fa..0000000000
--- a/test/files/pos/bug50.scala
+++ /dev/null
@@ -1,8 +0,0 @@
-import scala.runtime.NativeMonitor;
-
-case class Foo[a](x: a);
-
-object bug {
- Foo("");
- NativeMonitor.synchronised(null, "");
-}