Changeset 152

Show
Ignore:
Timestamp:
09/20/07 05:14:10
Author:
apokayi
Message:

barrier2_neg test case is being removed
typo is fixed in array_declarators

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • guts_main/src/array_declarators.upc

    r132 r152  
    9595        for(i=0; i<(BLOCKS*THREADS); i++){ 
    9696                if(((i/BLOCKS)%THREADS) == MYTHREAD){ 
    97                         if(*p != MYTHREAD) 
     97                        if(*pp != MYTHREAD) 
    9898                                GULA_FAIL("failed to apply type qualifier to the elements"); 
    99                         p++; 
     99                        pp++; 
    100100                } 
    101101        }