aboutsummaryrefslogtreecommitdiffstats
path: root/lib/orber/test/corba_SUITE.erl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/orber/test/corba_SUITE.erl')
-rw-r--r--lib/orber/test/corba_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/orber/test/corba_SUITE.erl b/lib/orber/test/corba_SUITE.erl
index dae8fcbefc..0fcb609804 100644
--- a/lib/orber/test/corba_SUITE.erl
+++ b/lib/orber/test/corba_SUITE.erl
@@ -90,7 +90,7 @@ init_per_testcase(_Case, Config) ->
[{watchdog, Dog}|Config].
-fin_per_testcase(_Case, Config) ->
+end_per_testcase(_Case, Config) ->
Path = code:which(?MODULE),
code:del_path(filename:join(filename:dirname(Path), "idl_output")),
Dog = ?config(watchdog, Config),