pull/1852/head
alpharush 2 years ago
parent 6e781e1c58
commit 6e08172e8b
  1. 2
      scripts/ci_test_flat.sh

@ -11,7 +11,7 @@ if ! slither-flat b.sol; then
exit 1
fi
SUFFIX = '@(sol)'
SUFFIX="@(sol)"
if ! solc "crytic-export/flattening/"*$SUFFIX; then
echo "solc failed on flattened files"
exit 1

Loading…
Cancel
Save