aboutsummaryrefslogtreecommitdiff
path: root/test/simple-fixed/Main.scala
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2017-03-11 13:28:42 -0500
committerChristopher Vogt <oss.nsp@cvogt.org>2017-03-11 14:15:38 -0500
commitc7a5c5d7e23355ea14e8c095f750b47f308c032f (patch)
treeacda495118a62aad82feccbfe3ff746ff9e435c2 /test/simple-fixed/Main.scala
parentf890b14098a588fb4e016afc6932edf89f8ef1f7 (diff)
downloadcbt-c7a5c5d7e23355ea14e8c095f750b47f308c032f.tar.gz
cbt-c7a5c5d7e23355ea14e8c095f750b47f308c032f.tar.bz2
cbt-c7a5c5d7e23355ea14e8c095f750b47f308c032f.zip
remove duplication between simple and simple-fixed test
Diffstat (limited to 'test/simple-fixed/Main.scala')
-rw-r--r--test/simple-fixed/Main.scala2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/simple-fixed/Main.scala b/test/simple-fixed/Main.scala
index 75f9349..54c764c 100644
--- a/test/simple-fixed/Main.scala
+++ b/test/simple-fixed/Main.scala
@@ -1,6 +1,4 @@
import lib_test.Foo
-import org.eclipse.jgit.lib.Ref
-import com.spotify.missinglink.ArtifactLoader
object Main extends App{
println(Foo.bar)
}