summaryrefslogtreecommitdiff
path: root/graphicus-02.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'graphicus-02.cpp')
-rw-r--r--graphicus-02.cpp2
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;
}