diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2020-03-22 17:15:05 +0100 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2020-03-22 17:15:05 +0100 |
commit | ccefa8e4ab4e0f342eff0837c545352388e48847 (patch) | |
tree | f713d7e095319af08a24b437afae852eca0308c8 /tests/enums | |
parent | 7e7332ab08ff483d23260059c7a24a9bc17993cf (diff) | |
download | vala-ccefa8e4ab4e0f342eff0837c545352388e48847.tar.gz |
tests: Drop usage of "--main main" and avoid ambigious entry-points
Diffstat (limited to 'tests/enums')
-rw-r--r-- | tests/enums/enums.vala | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/enums/enums.vala b/tests/enums/enums.vala index 87bb127d0..9e7dc39b3 100644 --- a/tests/enums/enums.vala +++ b/tests/enums/enums.vala @@ -52,8 +52,3 @@ class Maman.Bar : Object { return 0; } } - -void main () { - Maman.Bar.main (); -} - |