We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca61103 commit 97a2a97Copy full SHA for 97a2a97
tests/config/run-format-test.js
@@ -85,6 +85,8 @@ const antlrMismatchTests = new Map(
85
// ANTLR doesn't support UntypedTupleMember with a storage location, which
86
// is valid Slang, but not in Solidity.
87
"AllSolidityFeaturesV0.4.26/AllSolidityFeatures.sol",
88
+ // TODO: Review why this test doesn't match.
89
+ "MultipartStrings/MultipartStrings.sol",
90
].map((fixture) => {
91
const [file, compareBytecode = () => true] = Array.isArray(fixture)
92
? fixture
0 commit comments