From e04b96abc912184031dc93e8302069a0cae2b1a8 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 23 Nov 2014 00:39:04 +0000 Subject: Renamed things to avoid conflicts of names --- project2/ice/unittests/unittest.ice | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 project2/ice/unittests/unittest.ice (limited to 'project2/ice/unittests/unittest.ice') 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(); + + }; +}; + -- cgit v1.2.3