summaryrefslogtreecommitdiff
path: root/project2/ice/unittests/unittest.ice
diff options
context:
space:
mode:
authorDan Goodliffe <randomdan@riogrande.random.lan>2014-11-23 00:39:04 +0000
committerDan Goodliffe <randomdan@riogrande.random.lan>2014-11-23 00:39:04 +0000
commite04b96abc912184031dc93e8302069a0cae2b1a8 (patch)
tree9311fc5f909ae60242f64cbfe51976ebfb96cb48 /project2/ice/unittests/unittest.ice
parentAdd .gitignore files (diff)
downloadproject2-e04b96abc912184031dc93e8302069a0cae2b1a8.tar.bz2
project2-e04b96abc912184031dc93e8302069a0cae2b1a8.tar.xz
project2-e04b96abc912184031dc93e8302069a0cae2b1a8.zip
Renamed things to avoid conflicts of names
Diffstat (limited to 'project2/ice/unittests/unittest.ice')
-rw-r--r--project2/ice/unittests/unittest.ice9
1 files changed, 9 insertions, 0 deletions
diff --git a/project2/ice/unittests/unittest.ice b/project2/ice/unittests/unittest.ice
new file mode 100644
index 0000000..3c18999
--- /dev/null
+++ b/project2/ice/unittests/unittest.ice
@@ -0,0 +1,9 @@
+module test {
+ interface a
+ {
+ ["project2:task"]
+ void someTask();
+
+ };
+};
+