Changeset 3ad40e2


Ignore:
Timestamp:
Aug 17, 2018, 1:59:13 PM (6 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
Children:
94c9b810
Parents:
4b82db3
Message:

Trying to understand staic member calls

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    r4b82db3 r3ad40e2  
    157157
    158158        BuildSettings(java.util.Collections$UnmodifiableMap param, java.util.TreeMap scmVars) {
    159                 this.Compiler         = compiler_from_params( param.Compiler )
    160                 this.Architecture       = architecture_from_params( param.Architecture )
     159                this.Compiler         = BuildSettings.compiler_from_params( param.Compiler )
     160                this.Architecture       = BuildSettings.architecture_from_params( param.Architecture )
    161161                this.RunAllTests        = param.RunAllTests
    162162                this.RunBenchmark       = param.RunBenchmark
Note: See TracChangeset for help on using the changeset viewer.