diff options
Diffstat (limited to 'graphicus-02.cpp')
-rw-r--r-- | graphicus-02.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphicus-02.cpp b/graphicus-02.cpp index f9081d9..800b393 100644 --- a/graphicus-02.cpp +++ b/graphicus-02.cpp @@ -13,7 +13,7 @@ int main() { Tests tests; /* tests.tests_unitaires(); */ - tests.tests_application_cas_01(); + tests.tests_application(); return 0; } |