summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--idlc/test/const.idl3
1 files changed, 3 insertions, 0 deletions
diff --git a/idlc/test/const.idl b/idlc/test/const.idl
index c8b76f7a3..355981168 100644
--- a/idlc/test/const.idl
+++ b/idlc/test/const.idl
@@ -1,3 +1,5 @@
+module idlc
+{
module test
{
const long l = 1;
@@ -46,3 +48,4 @@ constants USER
};
};
+};