summaryrefslogtreecommitdiff
path: root/project2/ice/tests/test.ice
diff options
context:
space:
mode:
Diffstat (limited to 'project2/ice/tests/test.ice')
-rw-r--r--project2/ice/tests/test.ice9
1 files changed, 9 insertions, 0 deletions
diff --git a/project2/ice/tests/test.ice b/project2/ice/tests/test.ice
new file mode 100644
index 0000000..3c18999
--- /dev/null
+++ b/project2/ice/tests/test.ice
@@ -0,0 +1,9 @@
+module test {
+ interface a
+ {
+ ["project2:task"]
+ void someTask();
+
+ };
+};
+