From 6d0d5c7c9946085e476a26119b03b40a2238d6bf Mon Sep 17 00:00:00 2001 From: balaskoa <Jeno.Balasko@ericsson.com> Date: Tue, 7 Jan 2020 15:50:53 +0100 Subject: [PATCH] Avoid unnecessary name collision in the future Signed-off-by: balaskoa <Jeno.Balasko@ericsson.com> Change-Id: If7af47cd00abfbb7bb41fd41b64d693174df583e --- .../Semantic_Analyser/deterministic/Deterministic_OK.ttcn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/function_test/Semantic_Analyser/deterministic/Deterministic_OK.ttcn b/function_test/Semantic_Analyser/deterministic/Deterministic_OK.ttcn index 7d7af9374..7288f5bd2 100644 --- a/function_test/Semantic_Analyser/deterministic/Deterministic_OK.ttcn +++ b/function_test/Semantic_Analyser/deterministic/Deterministic_OK.ttcn @@ -10,7 +10,7 @@ * ******************************************************************************/ -module DeprecatedCompat_SE { //^In TTCN-3 module// +module Deterministic_OK { //^In TTCN-3 module// function @deterministic f1() return integer { //In function definition// //Please ensure that the \`f1\' function complies with the requirements in clause// return 1; -- GitLab