aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/test/expected/complex-test3.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfaces/ecpg/test/expected/complex-test3.c')
-rw-r--r--src/interfaces/ecpg/test/expected/complex-test3.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/interfaces/ecpg/test/expected/complex-test3.c b/src/interfaces/ecpg/test/expected/complex-test3.c
index ab4c33def1a..05a6b062320 100644
--- a/src/interfaces/ecpg/test/expected/complex-test3.c
+++ b/src/interfaces/ecpg/test/expected/complex-test3.c
@@ -11,7 +11,7 @@
/* Test comment */
/*--------------------------------------------------------------------------*/
-#line 1 "header_test.h"
+#line 1 "./header_test.h"
#include "stdlib.h"
static void
@@ -22,19 +22,19 @@ Finish(char *msg)
/* finish transaction */
{ ECPGtrans(__LINE__, NULL, "rollback");}
-#line 10 "header_test.h"
+#line 10 "./header_test.h"
/* and remove test table */
{ ECPGdo(__LINE__, 0, 1, NULL, "drop table meskes ", ECPGt_EOIT, ECPGt_EORT);}
-#line 13 "header_test.h"
+#line 13 "./header_test.h"
{ ECPGtrans(__LINE__, NULL, "commit");}
-#line 14 "header_test.h"
+#line 14 "./header_test.h"
{ ECPGdisconnect(__LINE__, "CURRENT");}
-#line 16 "header_test.h"
+#line 16 "./header_test.h"
exit(-1);
@@ -47,16 +47,16 @@ warn(void)
}
/* exec sql whenever sqlerror do Finish ( msg ) ; */
-#line 29 "header_test.h"
+#line 29 "./header_test.h"
/* exec sql whenever sql_warning do warn ( ) ; */
-#line 32 "header_test.h"
+#line 32 "./header_test.h"
#line 4 "test3.pgc"
-#line 1 "regression.h"
+#line 1 "./../regression.h"