Ticket #1323 (new todo)
t/compilers/imcc/syn/clash.t: Is test complete?
Reported by: | jkeenan | Owned by: | plobsing |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | imcc | Version: | 1.8.0 |
Severity: | medium | Keywords: | |
Cc: | barney kjs | Language: | |
Patch status: | Platform: |
Description
In the file in question we see this:
173 pir_error_output_like( <<'CODE', <<'OUTPUT', 'new with a native type, no str ing constant', todo => 'RT #51662 not done yet' ); 174 .sub test :main 175 $P1 = new INTVAL 176 print "never\n" 177 end 178 .end 179 CODE 180 /error:imcc:syntax error, unexpected IDENTIFIER \('INTVAL'\)/ 181 OUTPUT
RT #51662 was resolved, but the 'todo' reference was left in the test file.
This must be tracked in Trac.
Change History
Note: See
TracTickets for help on using
tickets.