Update a test to account for correct behavior of #line directive.

This commit is contained in:
Stephen Heumann 2018-09-09 18:11:47 -05:00
parent f7010f1746
commit 3352e874dd
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ main ()
char str[80], fname[20] = "C3.3.4.1.CC";
#line 10
if (__LINE__ != 11)
if (__LINE__ != 10)
goto Fail;
strcpy(str, __FILE__);