Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
Signed-off-by: Shashank Mittal <[email protected]>
  • Loading branch information
shashank-iitbhu committed May 25, 2024
1 parent 1f979dc commit c0cde63
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
error[E2L23]: CompileError
--> ${CWD}/main.k:2:25
--> ${CWD}/main.k:2:23
|
2 | dataLoop = [i for i, j, k in data] # error
| ^ the number of loop variables is 3, which can only be 1 or 2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
error[E2L23]: CompileError
--> ${CWD}/main.k:2:25
--> ${CWD}/main.k:2:23
|
2 | dataLoop = [i for i, j, k in data] # error
| ^ the number of loop variables is 3, which can only be 1 or 2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
error[E2L23]: CompileError
--> ${CWD}/main.k:2:25
--> ${CWD}/main.k:2:23
|
2 | dataLoop = [i for i, j, k in dataString] # error
| ^ the number of loop variables is 3, which can only be 1 or 2
Expand Down

0 comments on commit c0cde63

Please sign in to comment.