File tree 9 files changed +18
-0
lines changed
testdata/solang_import_resolution_tests
02_solang_incorrect_direct_imports
03_ambiguous_imports_should_fail
04_multiple_map_path_segments
05_import_path_order_should_not_matter
9 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
+ # SPDX-License-Identifier: Apache-2.0
3
+
2
4
set -e
3
5
4
6
dup_contracts=$( grep -r ' ^contract .* {' | grep -v node_modules | awk ' { print $2 }' | sort | uniq -d)
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
+ # SPDX-License-Identifier: Apache-2.0
3
+
2
4
3
5
# shellcheck source=/dev/null
4
6
source " ../util.sh"
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
+ # SPDX-License-Identifier: Apache-2.0
3
+
2
4
3
5
# shellcheck source=/dev/null
4
6
source " ../util.sh"
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
+ # SPDX-License-Identifier: Apache-2.0
3
+
2
4
3
5
# shellcheck source=/dev/null
4
6
source " ../util.sh"
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
+ # SPDX-License-Identifier: Apache-2.0
3
+
2
4
3
5
# shellcheck source=/dev/null
4
6
source " ../util.sh"
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
+ # SPDX-License-Identifier: Apache-2.0
3
+
2
4
3
5
# shellcheck source=/dev/null
4
6
source " ../util.sh"
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
+ # SPDX-License-Identifier: Apache-2.0
3
+
2
4
3
5
# shellcheck source=/dev/null
4
6
source " ../util.sh"
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
+ # SPDX-License-Identifier: Apache-2.0
3
+
2
4
3
5
function print_test_set_banner {
4
6
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
+ # SPDX-License-Identifier: Apache-2.0
3
+
2
4
3
5
function run_solc {
4
6
if [ -z ${SOLC+x} ]; then
You can’t perform that action at this time.
0 commit comments