summaryrefslogtreecommitdiff
path: root/vendor/github.com/onsi/ginkgo/integration/_fixtures/passing_ginkgo_tests/passing_ginkgo_tests.go
blob: b710dd1292c084096693d33d40a4c9987b72ea29 (plain)
1
2
3
4
5
6
7
8
9
package passing_ginkgo_tests

func StringIdentity(a string) string {
	return a
}

func IntegerIdentity(a int) int {
	return a
}