diff options
| author | bloodstalker <thabogre@gmail.com> | 2017-02-08 09:32:45 +0000 | 
|---|---|---|
| committer | bloodstalker <thabogre@gmail.com> | 2017-02-08 09:32:45 +0000 | 
| commit | 853957b03d998944d7a506d0905c6f95120a2908 (patch) | |
| tree | 984c10cb6585be3f06e067baea6986700570e9e0 | |
| parent | added 19.14 and 20.1 (diff) | |
| download | mutator-853957b03d998944d7a506d0905c6f95120a2908.tar.gz mutator-853957b03d998944d7a506d0905c6f95120a2908.zip | |
added tdd for 20.2
| -rw-r--r-- | test/testFuncs3.c | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/test/testFuncs3.c b/test/testFuncs3.c index 24b7ac6..4827c46 100644 --- a/test/testFuncs3.c +++ b/test/testFuncs3.c @@ -122,6 +122,10 @@ void testfunc7(void) {  void tddfunc8(void) {  	// asm("add %al, (%rax)"); + +	/*for 20.2*/ +	int printf;  } +  /*********************************************************************************************************************/  /*last line intnetionally left blank.*/ | 
