mirror of
https://github.com/byteworksinc/ORCA-C.git
synced 2024-12-22 07:30:54 +00:00
Update a test to account for correct behavior of #line directive.
This commit is contained in:
parent
f7010f1746
commit
3352e874dd
@ -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__);
|
||||
|
Loading…
Reference in New Issue
Block a user