Skip to content

Commit 9a23da4

Browse files
committed
Move smtchecker tests to test/resources/smtChecker
1 parent a3ab8e1 commit 9a23da4

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed
File renamed without changes.
File renamed without changes.

test/smtcallback.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ tape('SMTCheckerCallback', function (t) {
125125
});
126126

127127
t.test('Solidity smtCheckerTests', function (st) {
128-
const testdir = path.resolve(__dirname, 'smtCheckerTests/');
128+
const testdir = path.resolve(__dirname, 'resources/smtChecker/');
129129
if (!fs.existsSync(testdir)) {
130130
st.skip('SMT checker tests not present.');
131131
st.end();

0 commit comments

Comments
 (0)