csharp: Use basic components in core event test

Summary: No need to start elm, as T7770 was fixed.

Reviewers: brunobelo, felipealmeida

Reviewed By: brunobelo

Differential Revision: https://phab.enlightenment.org/D9915
This commit is contained in:
Lauro Moura 2019-09-11 17:28:42 -03:00
parent 5a4c817d16
commit 3aecb39a18
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ public class Example : Efl.Csharp.Application
public static void Main()
{
var example = new Example();
example.Launch();
example.Launch(Efl.Csharp.Components.Basic);
}
}