File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,4 +18,4 @@ flamescope.json
1818/.cargo /config
1919
2020extra_tests /snippets /resources
21- extra_tests /snippets / not_impl.py
21+ extra_tests /not_impl.py
Original file line number Diff line number Diff line change @@ -379,5 +379,5 @@ def remove_one_indent(s):
379379compare_src = inspect .getsourcelines (compare )[0 ][1 :]
380380output += "" .join (remove_one_indent (line ) for line in compare_src )
381381
382- with open ("snippets/ not_impl.py" , "w" ) as f :
382+ with open ("not_impl.py" , "w" ) as f :
383383 f .write (output + "\n " )
Original file line number Diff line number Diff line change 2626# run whats_left
2727cargo build --release
2828
29- cargo run --release -q -- extra_tests/snippets/ not_impl.py
29+ cargo run --release -q -- extra_tests/not_impl.py
You can’t perform that action at this time.
0 commit comments