Changeset 39d9b32


Ignore:
Timestamp:
May 3, 2022, 9:52:03 AM (2 years ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
ADT, ast-experimental, master, pthread-emulation, qualifiedEnum
Children:
b6ae4fb, ffc1689
Parents:
49a1684
Message:

Adjusted line number in forall test.

Location:
tests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tests/.expect/forall.txt

    r49a1684 r39d9b32  
    1 forall.cfa:242:25: warning: Compiled
     1forall.cfa:244:25: warning: Compiled
  • tests/forall.cfa

    r49a1684 r39d9b32  
    1 // 
     1//
    22// Cforall Version 1.0.0 Copyright (C) 2015 University of Waterloo
    33//
    44// The contents of this file are covered under the licence agreement in the
    55// file "LICENCE" distributed with Cforall.
    6 // 
    7 // forall.cfa -- 
    8 // 
     6//
     7// forall.cfa --
     8//
    99// Author           : Peter A. Buhr
    1010// Created On       : Wed May  9 08:48:15 2018
     
    1212// Last Modified On : Sat Jun  5 10:06:08 2021
    1313// Update Count     : 36
    14 // 
     14//
    1515
    1616void g1() {
     
    172172}
    173173
    174 forall( T | { T ?+?( T, T ); } ) forall( S | { T ?+?( T, S ); } ) 
     174forall( T | { T ?+?( T, T ); } ) forall( S | { T ?+?( T, S ); } )
    175175struct XW { T t; };
    176176XW(int,int) xww;
Note: See TracChangeset for help on using the changeset viewer.