mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
8.36
This commit is contained in:
@ -149,6 +149,8 @@ static void TestBigComment() {
|
||||
// small stack size
|
||||
|
||||
int main(int argc, char** argv) {
|
||||
(void)argc;
|
||||
(void)argv;
|
||||
TestScanner();
|
||||
TestBigComment();
|
||||
|
||||
|
Reference in New Issue
Block a user