File: strlen7.out

package info (click to toggle)
cgreen 1.6.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,588 kB
  • sloc: ansic: 12,276; sh: 558; makefile: 474; cpp: 403; python: 181; xml: 33; sed: 13
file content (8 lines) | stat: -rw-r--r-- 265 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
Running "our_tests" (2 tests)...
strlen_tests.c:9: Failure: returns_five_for_hello 
	Expected [strlen("Hiya")] to [equal] [5]
		actual value:			[4]
		expected value:			[5]

  "our_tests": 1 pass, 1 failure in 42ms.
Completed "our_tests": 1 pass, 1 failure in 42ms.