Ignore:
Timestamp:
Mar 21, 2019, 4:28:14 PM (5 years ago)
Author:
Aaron Moss <a3moss@…>
Branches:
ADT, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
17c6c1c3, 7a8f5246
Parents:
ca59826
Message:

Fix line numbers in tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Attribute.cc

    rca59826 r17129659  
    2121#include "Expression.h"      // for Expression
    2222
    23 Attribute::Attribute( const Attribute &other ) : name( other.name ) {
     23Attribute::Attribute( const Attribute &other ) : BaseSyntaxNode( other ), name( other.name ) {
    2424        cloneAll( other.parameters, parameters );
    2525}
Note: See TracChangeset for help on using the changeset viewer.