Changeset d35abc2


Ignore:
Timestamp:
Apr 8, 2018, 7:48:20 AM (6 years ago)
Author:
Peter A. Buhr <pabuhr@…>
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, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, with_gc
Children:
f20794c
Parents:
643c6b9
Message:

missing test.c for expected output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/time.c

    r643c6b9 rd35abc2  
    1010// Created On       : Tue Mar 27 17:24:56 2018
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Sun Apr  1 21:49:51 2018
    13 // Update Count     : 12
     12// Last Modified On : Fri Apr  6 11:27:23 2018
     13// Update Count     : 16
    1414//
    1515
     
    2929        sout | d1 | endl;
    3030        sout | d1 == 7`s | d1 == d2 | d1 == 0 | endl;
     31        sout | div( 7`s, 2`s ) | endl;
    3132        sout | endl;
    3233
     
    6768// mode: c //
    6869// tab-width: 4 //
     70// compile-command: "cfa time.c" //
    6971// End: //
Note: See TracChangeset for help on using the changeset viewer.