summaryrefslogtreecommitdiff
path: root/test/files/run/t10037/shifty_1.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t10037/shifty_1.scala')
-rw-r--r--test/files/run/t10037/shifty_1.scala7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/files/run/t10037/shifty_1.scala b/test/files/run/t10037/shifty_1.scala
deleted file mode 100644
index 2f28da01ca..0000000000
--- a/test/files/run/t10037/shifty_1.scala
+++ /dev/null
@@ -1,7 +0,0 @@
-
-package shifty
-
-object X {
- @inline def f(i: Int): Int = i >> 1
- @inline def g(i: Int): Int = i >>> 1
-}