make 'excessivestacktrace' option available for testing.

This commit is contained in:
Parashurama
2016-11-10 23:19:23 +01:00
parent a29387424a
commit bd818d4fe1

View File

@@ -264,6 +264,7 @@ proc testCompileOption*(switch: string, info: TLineInfo): bool =
of "implicitstatic": result = contains(gOptions, optImplicitStatic)
of "patterns": result = contains(gOptions, optPatterns)
of "experimental": result = gExperimentalMode
of "excessivestacktrace": result = contains(gGlobalOptions, optExcessiveStackTrace)
else: invalidCmdLineOption(passCmd1, switch, info)
proc processPath(path: string, info: TLineInfo,