aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/test/expected/complex-test5.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfaces/ecpg/test/expected/complex-test5.c')
-rw-r--r--src/interfaces/ecpg/test/expected/complex-test5.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/interfaces/ecpg/test/expected/complex-test5.c b/src/interfaces/ecpg/test/expected/complex-test5.c
index 80cc3adf8e3..ad70df22c91 100644
--- a/src/interfaces/ecpg/test/expected/complex-test5.c
+++ b/src/interfaces/ecpg/test/expected/complex-test5.c
@@ -199,10 +199,6 @@ main (void)
#line 92 "test5.pgc"
- i=a.t[0];
- a.t[0]=a.t[1];
- a.t[1]=i;
-
printf ("name=%s, accs=%d byte=", empl.name, a.accs);
for (i=0; i<20; i++)
{
@@ -212,7 +208,7 @@ main (void)
}
printf("\n");
{ ECPGdisconnect(__LINE__, "CURRENT");}
-#line 106 "test5.pgc"
+#line 102 "test5.pgc"
exit (0);
}