summaryrefslogtreecommitdiff
path: root/tests/dummy.tcl
blob: e776ef7742251a90e2e8a0b572e9e2463723fc7b (plain)
1
2
3
4
5
6
# generates an error
proc dummyproc {} {
	error "from dummyproc"
}

dummyproc