blob: bbbe7146c931d205c6f88f7586583ae963daabc0 [file] [log] [blame]
Tor Norbye3a2425a2013-11-04 10:16:08 -08001class XyzzyTest:
2 def testSimple(self):
3 c = <caret><error descr="Unresolved reference 'Xyzzy'">Xyzzy</error>()