diff options
Diffstat (limited to 'src/interfaces/ecpg/test/expected/connect-test4.c')
| -rw-r--r-- | src/interfaces/ecpg/test/expected/connect-test4.c | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/src/interfaces/ecpg/test/expected/connect-test4.c b/src/interfaces/ecpg/test/expected/connect-test4.c index 2b9f4ff297..ba15660f33 100644 --- a/src/interfaces/ecpg/test/expected/connect-test4.c +++ b/src/interfaces/ecpg/test/expected/connect-test4.c @@ -28,21 +28,15 @@ main(void) { ECPGdebug(1, stderr); - { - ECPGconnect(__LINE__, 0, "regress1", NULL, NULL, "main", 0); - } + { ECPGconnect(__LINE__, 0, "regress1" , NULL,NULL , "main", 0); } #line 13 "test4.pgc" - { - ECPGsetconn(__LINE__, "main"); - } + { ECPGsetconn(__LINE__, "main");} #line 15 "test4.pgc" - { - ECPGdisconnect(__LINE__, "DEFAULT"); - } + { ECPGdisconnect(__LINE__, "DEFAULT");} #line 17 "test4.pgc" |
