summaryrefslogtreecommitdiff
path: root/test/flaky/pos/t2868/Nest.java
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@epfl.ch>2012-09-11 17:13:28 +0200
committerLukas Rytz <lukas.rytz@epfl.ch>2012-09-11 17:13:28 +0200
commitfbdf71f50f8d25f940fbf24d0106d52a4857d305 (patch)
treed88356e6f14c1823f4335d9850845f7c452a9a6f /test/flaky/pos/t2868/Nest.java
parent228fb309a18d080dbcb2e51c1bbdf74da60865f9 (diff)
downloadscala-fbdf71f50f8d25f940fbf24d0106d52a4857d305.tar.gz
scala-fbdf71f50f8d25f940fbf24d0106d52a4857d305.tar.bz2
scala-fbdf71f50f8d25f940fbf24d0106d52a4857d305.zip
Disable test t2868
it keeps failing randomly, e.g. http://scala-webapps.epfl.ch/artifacts/e3b0c7abbf637dacce7bcd7b69d5655820e8e714/buildLog.txt
Diffstat (limited to 'test/flaky/pos/t2868/Nest.java')
-rw-r--r--test/flaky/pos/t2868/Nest.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/flaky/pos/t2868/Nest.java b/test/flaky/pos/t2868/Nest.java
new file mode 100644
index 0000000000..53652291ad
--- /dev/null
+++ b/test/flaky/pos/t2868/Nest.java
@@ -0,0 +1,3 @@
+public @interface Nest {
+ public int value();
+}