diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/compile_commands.json | 5 | ||||
| -rw-r--r-- | test/testFuncs2.c | 4 | 
2 files changed, 7 insertions, 2 deletions
| diff --git a/test/compile_commands.json b/test/compile_commands.json index 1e109de..c66a5ae 100644 --- a/test/compile_commands.json +++ b/test/compile_commands.json @@ -8,5 +8,10 @@          "command": "cc -c -o CMakeFiles/tddtest.dir/testFuncs1.c.o /home/bloodstalker/devi/hell2/test/testFuncs1.c",           "directory": "/home/bloodstalker/devi/hell2/test",           "file": "/home/bloodstalker/devi/hell2/test/testFuncs1.c" +    },  +    { +        "command": "cc -c -o CMakeFiles/tddtest.dir/testFuncs2.c.o /home/bloodstalker/devi/hell2/test/testFuncs2.c",  +        "directory": "/home/bloodstalker/devi/hell2/test",  +        "file": "/home/bloodstalker/devi/hell2/test/testFuncs2.c"      }  ]
\ No newline at end of file diff --git a/test/testFuncs2.c b/test/testFuncs2.c index 0bbc2ca..dac8ef0 100644 --- a/test/testFuncs2.c +++ b/test/testFuncs2.c @@ -39,12 +39,12 @@ int testfunc6(void)  {  	int a;  	int b; -	return (); +	//return ();  }  int testfunc7(void)  {  	int a;  	int b; -	return; +	//return;  }
\ No newline at end of file | 
