summaryrefslogtreecommitdiffstats
path: root/messagebus_test/src/tests/compile-java/TestCompile.java
diff options
context:
space:
mode:
Diffstat (limited to 'messagebus_test/src/tests/compile-java/TestCompile.java')
-rw-r--r--messagebus_test/src/tests/compile-java/TestCompile.java9
1 files changed, 9 insertions, 0 deletions
diff --git a/messagebus_test/src/tests/compile-java/TestCompile.java b/messagebus_test/src/tests/compile-java/TestCompile.java
new file mode 100644
index 00000000000..443ae093794
--- /dev/null
+++ b/messagebus_test/src/tests/compile-java/TestCompile.java
@@ -0,0 +1,9 @@
+// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+
+import com.yahoo.messagebus.EmptyReply;
+
+public class TestCompile {
+ public static void main(String[] args) {
+ EmptyReply er = new EmptyReply();
+ }
+}