You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -586,7 +586,7 @@ function runTests (solc, versionText) {
586
586
if(solc.features.multipleInputs){
587
587
st.ok(expectNoError(output));
588
588
}else{
589
-
st.ok(expectError(output,'SOLCError','Multiple sources provided, but compiler only supports single input')||expectError(output,'Parser error','Parser error: Source not found.'));
589
+
st.ok(expectError(output,'SOLCError','Multiple sources provided, but compiler only supports single input.')||expectError(output,'Parser error','Parser error: Source not found.'));
0 commit comments