async-await правка теста претти принтера

This commit is contained in:
Mikhalkovich Stanislav 2024-06-12 16:53:37 +03:00
parent 6de1848ec9
commit 57157f5138
3 changed files with 7 additions and 7 deletions

View file

@ -1,9 +1,9 @@
//
// This CSharp output file generated by Gardens Point LEX
// Version: 1.1.3.301
// Machine: DESKTOP-IS1MGLS
// DateTime: 01.06.2024 6:59:07
// UserName: LastHero
// Machine: LAPTOP-TE3HP881
// DateTime: 12.06.2024 16:33:40
// UserName: miks
// GPLEX input file <ABCPascal.lex>
// GPLEX frame file <embedded resource>
//

View file

@ -1,9 +1,9 @@
// (see accompanying GPPGcopyright.rtf)
// GPPG version 1.3.6
// Machine: DESKTOP-IS1MGLS
// DateTime: 01.06.2024 6:59:08
// UserName: LastHero
// Machine: LAPTOP-TE3HP881
// DateTime: 12.06.2024 16:33:42
// UserName: miks
// Input file <ABCPascal.y>
// options: no-lines gplex

View file

@ -101,7 +101,7 @@ namespace Languages.Pascal.Frontend.Converters
{
root.visit(new SimplePrettyPrinterVisitor(@"d:\\zzz1.txt"));
}
catch(Exception e)
catch(System.Exception e)
{
System.IO.File.AppendAllText(@"d:\\zzz1.txt",e.Message);