Skip to content

Commit 58145b7

Browse files
committed
Comment
1 parent 37e4f0c commit 58145b7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

wasm/src/tests/obj.rs

-2
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,6 @@ fn test_start_classic_program_get_args() {
8989

9090
// The range of the function in the source file is recovered from what we can collect by
9191
// running the compiler frontend for the common chialisp subset.
92-
// I need to add some support for this to work for texturally included files. Module
93-
// style will make it easier when i get there.
9492
let bp_ranges: Vec<_> = recognized_bps
9593
.iter()
9694
.map(|b| (b.line, b.column, b.end_line, b.end_column))

0 commit comments

Comments
 (0)