summaryrefslogtreecommitdiff
path: root/tests/Bug_3801_Regression/ami_test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Bug_3801_Regression/ami_test.idl')
-rw-r--r--tests/Bug_3801_Regression/ami_test.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Bug_3801_Regression/ami_test.idl b/tests/Bug_3801_Regression/ami_test.idl
index be446bc290b..9b24ec68d59 100644
--- a/tests/Bug_3801_Regression/ami_test.idl
+++ b/tests/Bug_3801_Regression/ami_test.idl
@@ -36,7 +36,7 @@ module A
raises (DidTheRightThing);
oneway void shutdown ();
-
+
void inout_arg_test (inout string str);
};
};