Skip to content

Commit c9fa00a

Browse files
committed
ci(fix): Remove merge marker.
1 parent fd37651 commit c9fa00a

File tree

1 file changed

+0
-4
lines changed
  • crates/compiler/src/tests

1 file changed

+0
-4
lines changed

crates/compiler/src/tests/io.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,7 @@ PROGRAM-ID. ACCEPT-INT-TEST.
108108
109109
DATA DIVISION.
110110
WORKING-STORAGE SECTION.
111-
<<<<<<< HEAD
112-
01 INT-VAL PIC 9(4) COMP.
113-
=======
114111
01 INT-VAL PIC 9(8) COMP.
115-
>>>>>>> db58ecf (ci(feat): Add additional tests for arithmetic, control.)
116112
117113
PROCEDURE DIVISION.
118114
ACCEPT INT-VAL.

0 commit comments

Comments
 (0)