summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Kolesa <d.kolesa@samsung.com>2019-09-26 17:17:05 +0200
committerDaniel Kolesa <d.kolesa@samsung.com>2019-09-26 17:17:29 +0200
commitf37c996ad42f2cd1fda5f21b056d7ef84ef84bdf (patch)
treec7835d932d46147c746cc3eec1a6376a97cd0514
parentd4c4d8f0f4bd114a8e60c30d72967bc27897f92d (diff)
downloadefl-f37c996ad42f2cd1fda5f21b056d7ef84ef84bdf.tar.gz
efl_mono: remove spurious const
-rw-r--r--src/tests/efl_mono/dummy_test_object.eo2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/efl_mono/dummy_test_object.eo b/src/tests/efl_mono/dummy_test_object.eo
index 44a7c97464..6daf07f1a7 100644
--- a/src/tests/efl_mono/dummy_test_object.eo
+++ b/src/tests/efl_mono/dummy_test_object.eo
@@ -1668,7 +1668,7 @@ class Dummy.Test_Object extends Efl.Object implements Dummy.Test_Iface {
Dummy.Test_Iface.call_method_protected;
}
events {
- evt,with,string @hot: const(string);
+ evt,with,string @hot: string;
evt,with,bool: bool;
evt,with,int @hot: int;
evt,with,uint @hot: uint;