Skip to content

Commit ba7b66a

Browse files
committed
Adds smoke test for semantic tests run interactively.
1 parent 7eabf0f commit ba7b66a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
contract C {}
2+
// iam_not_there()
3+
// REVERT

test/tools/isoltest.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ int main(int argc, char *argv[])
337337
bool formatted = true;
338338
po::options_description options(
339339
R"(isoltest, tool for interactively managing test contracts.
340-
Usage: isoltest [Options] --testpath path
340+
Usage: isoltest [Options] --testpath path --ipcpath ipcpath
341341
Interactively validates test contracts.
342342
343343
Allowed options)",

0 commit comments

Comments
 (0)