diff options
Diffstat (limited to 'src/interfaces/ecpg/test/expected/preproc-pointer_to_struct.c')
-rw-r--r-- | src/interfaces/ecpg/test/expected/preproc-pointer_to_struct.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/ecpg/test/expected/preproc-pointer_to_struct.c b/src/interfaces/ecpg/test/expected/preproc-pointer_to_struct.c index 2e4418a93e3..5a0f9caee36 100644 --- a/src/interfaces/ecpg/test/expected/preproc-pointer_to_struct.c +++ b/src/interfaces/ecpg/test/expected/preproc-pointer_to_struct.c @@ -125,7 +125,7 @@ int main() ECPGdebug(1, stderr); - { ECPGconnect(__LINE__, 0, "regress1" , NULL, NULL , NULL, 0); + { ECPGconnect(__LINE__, 0, "ecpg1_regression" , NULL, NULL , NULL, 0); #line 54 "pointer_to_struct.pgc" if (sqlca.sqlwarn[0] == 'W') sqlprint(); |