From 4d22257c39a091511162497b215b3a61c888caf2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexis=20Laferri=C3=A8re?= Date: Thu, 11 Jan 2018 22:02:33 -0500 Subject: [PATCH] lib: clear all references to mnit from memory MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Alexis Laferrière --- lib/glesv2/glesv2.nit | 4 ++-- tests/Darwin.skip | 1 - tests/MINGW64_NT.skip | 4 ---- 3 files changed, 2 insertions(+), 7 deletions(-) diff --git a/lib/glesv2/glesv2.nit b/lib/glesv2/glesv2.nit index 6c52083..0520c9d 100644 --- a/lib/glesv2/glesv2.nit +++ b/lib/glesv2/glesv2.nit @@ -17,8 +17,8 @@ # OpenGL graphics rendering library for embedded systems, version 2.0 # # This is a low-level wrapper, it can be useful for developers already familiar -# with the C API of OpenGL. Most developers will prefer to use higher level -# wrappers such as `mnit` and `gammit`. +# with the C API of OpenGL. Most developers will prefer to use the higher level +# graphic API `gammit`. # # Defines the annotations `glsl_vertex_shader` and `glsl_fragment_shader` # applicable on string literals to check shader code using `glslangValidator`. diff --git a/tests/Darwin.skip b/tests/Darwin.skip index 10bcfb7..766b1c2 100644 --- a/tests/Darwin.skip +++ b/tests/Darwin.skip @@ -1,4 +1,3 @@ -mnit android java jvm diff --git a/tests/MINGW64_NT.skip b/tests/MINGW64_NT.skip index 619b61b..e08c0ad 100644 --- a/tests/MINGW64_NT.skip +++ b/tests/MINGW64_NT.skip @@ -3,10 +3,6 @@ cocoa_message_box hello_cocoa hello_ios test_platform_ios -mnit -shoot_linux -dino_linux -ballz_linux mpi emscripten neo_doxygen -- 1.7.9.5