4 references to SuperFileCheckException
SuperFileCheck (4)
Program.cs (4)
45
throw new
SuperFileCheckException
("Invalid SuperFileCheck path.");
93
throw new
SuperFileCheckException
("'NEXT-FULL-LINE' is an invalid directive. Use 'FULL-LINE-NEXT'.");
191
throw new
SuperFileCheckException
($"Unable to find enclosing type declaration on: {node.Span}");
297
throw new
SuperFileCheckException
("FileCheck syntax not allowed outside of a method.");