mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Not all C compilers understand the "//" comment in this test case, so I removed it.
This commit is contained in:
parent
460f46816a
commit
0b33c56297
2 changed files with 2 additions and 8 deletions
|
|
@ -27,19 +27,16 @@
|
|||
/* Test comment */
|
||||
/*--------------------------------------------------------------------------*/
|
||||
|
||||
// we also understand this style
|
||||
int k;
|
||||
|
||||
int main(void)
|
||||
{
|
||||
ECPGdebug(1, stderr);
|
||||
|
||||
{ ECPGconnect(__LINE__, 0, "regress1" , NULL,NULL , NULL, 0); }
|
||||
#line 20 "comment.pgc"
|
||||
#line 17 "comment.pgc"
|
||||
|
||||
|
||||
{ ECPGdisconnect(__LINE__, "CURRENT");}
|
||||
#line 22 "comment.pgc"
|
||||
#line 19 "comment.pgc"
|
||||
|
||||
exit (0);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,9 +9,6 @@ exec sql include ../regression;
|
|||
/* Test comment */
|
||||
/*--------------------------------------------------------------------------*/
|
||||
|
||||
// we also understand this style
|
||||
int k;
|
||||
|
||||
int main(void)
|
||||
{
|
||||
ECPGdebug(1, stderr);
|
||||
|
|
|
|||
Loading…
Reference in a new issue