diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2023-01-16 03:25:45 -0500 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2023-01-16 03:25:45 -0500 |
commit | 5f8fa959dab1106105f9e58325f65d0b51bb1631 (patch) | |
tree | cad0cd652230d7c003e261a0ba13235166e86f34 /graphicus-02.cpp | |
parent | e37d4911c750550896c4155f452736200d977b83 (diff) |
One graph left...
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; } |