File: xunit_tests.go

package info (click to toggle)
golang-ginkgo 1.2.0%2Bgit20161006.acfa16a-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 1,324 kB
  • sloc: makefile: 12
file content (5 lines) | stat: -rw-r--r-- 61 bytes parent folder | download | duplicates (8)
1
2
3
4
5
package xunit_tests

func AlwaysTrue() bool {
	return true
}