neo: Correct the documentation of neo.nit according to PR #734.
[nit.git] / lib / mnit_linux / linux_app.nit
index 5534d5a..e1d2e73 100644 (file)
@@ -25,12 +25,12 @@ in "C" `{
 `}
 
 redef class App
-       redef type IE: SDLInputEvent
        redef type D: Opengles1Display
        redef type I: Opengles1Image
 
-       redef init
+       redef fun setup
        do
+               if "NIT_TESTING".environ == "true" then exit 0
                display = new Opengles1Display
 
                super