Changeset 85799aa


Ignore:
Timestamp:
Dec 4, 2020, 12:02:21 PM (3 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
3534f6a
Parents:
fe3d9ab
Message:

Fixed bad copy-paste

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    rfe3d9ab r85799aa  
    422422                final ast = this.NewAST ? "New AST" : "Old AST"
    423423                this.DescLong = """Compiler              : ${ this.Compiler.name } (${ this.Compiler.CXX }/${ this.Compiler.CC })
    424 AST Version             : ${ this.RunAllTests.toString() }
     424AST Version             : ${ ast.toString() }
    425425Architecture            : ${ this.Architecture.name }
    426426Arc Flags               : ${ this.Architecture.flags }
Note: See TracChangeset for help on using the changeset viewer.