Skip to content

Commit

Permalink
ci(fix): Remove merge marker.
Browse files Browse the repository at this point in the history
  • Loading branch information
c272 committed Jun 4, 2024
1 parent fd37651 commit c9fa00a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions crates/compiler/src/tests/io.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,7 @@ PROGRAM-ID. ACCEPT-INT-TEST.
DATA DIVISION.
WORKING-STORAGE SECTION.
<<<<<<< HEAD
01 INT-VAL PIC 9(4) COMP.
=======
01 INT-VAL PIC 9(8) COMP.
>>>>>>> db58ecf (ci(feat): Add additional tests for arithmetic, control.)
PROCEDURE DIVISION.
ACCEPT INT-VAL.
Expand Down

0 comments on commit c9fa00a

Please sign in to comment.