Skip to content

Commit

Permalink
remove file that apparently breaks Go installs
Browse files Browse the repository at this point in the history
  • Loading branch information
boyter committed May 2, 2024
1 parent 35b629b commit b987bce
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 24 deletions.
20 changes: 10 additions & 10 deletions SCC-OUTPUT-REPORT.html
Original file line number Diff line number Diff line change
Expand Up @@ -270,16 +270,6 @@
<td>2</td>
<td>1051</td>
<td>29</td>
</tr><tr>
<td>processor/helpers.go</td>
<td></td>
<td>32</td>
<td>6</td>
<td>4</td>
<td>22</td>
<td>2</td>
<td>544</td>
<td>21</td>
</tr><tr>
<td>processor/structs_test.go</td>
<td></td>
Expand All @@ -290,6 +280,16 @@
<td>4</td>
<td>517</td>
<td>19</td>
</tr><tr>
<td>processor/helpers.go</td>
<td></td>
<td>32</td>
<td>6</td>
<td>4</td>
<td>22</td>
<td>2</td>
<td>544</td>
<td>21</td>
</tr><tr>
<td>processor/processor_unix_test.go</td>
<td></td>
Expand Down
1 change: 0 additions & 1 deletion examples/issue333/m'ain.ts

This file was deleted.

4 changes: 2 additions & 2 deletions processor/constants.go

Large diffs are not rendered by default.

11 changes: 0 additions & 11 deletions test-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -935,17 +935,6 @@ do
fi
done

# Issue333
if ./scc ./examples/issue333 --by-file -f sql | sqlite3 code.db; then
echo -e "${GREEN}PASSED sql escape check"
else
echo -e "${RED}======================================================="
echo -e "FAILED sql escape check"
echo -e "=======================================================${NC}"
exit
fi


echo -e "${NC}Checking compile targets..."

echo " darwin..."
Expand Down

0 comments on commit b987bce

Please sign in to comment.