diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2018-11-25 10:18:02 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-25 10:18:02 +0800 |
commit | 1e03c1602a477086638b377cf29d94e1216e8e9a (patch) | |
tree | d50e56b15ea54ae7b5968560ff2cfea7a5951d36 /test/libsolidity/ASTJSONTest.h | |
parent | 2e861bf1a0825d17386655cdaaa2c7371b6d2c5c (diff) | |
parent | 56d5dd46687026d2fab80f1b38e8314b080267ab (diff) | |
download | dexon-solidity-1e03c1602a477086638b377cf29d94e1216e8e9a.tar dexon-solidity-1e03c1602a477086638b377cf29d94e1216e8e9a.tar.gz dexon-solidity-1e03c1602a477086638b377cf29d94e1216e8e9a.tar.bz2 dexon-solidity-1e03c1602a477086638b377cf29d94e1216e8e9a.tar.lz dexon-solidity-1e03c1602a477086638b377cf29d94e1216e8e9a.tar.xz dexon-solidity-1e03c1602a477086638b377cf29d94e1216e8e9a.tar.zst dexon-solidity-1e03c1602a477086638b377cf29d94e1216e8e9a.zip |
Merge pull request #5499 from lazaridiscom/decouple-TestCase
decouple TestCase class from test/libsolidity
Diffstat (limited to 'test/libsolidity/ASTJSONTest.h')
-rw-r--r-- | test/libsolidity/ASTJSONTest.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/libsolidity/ASTJSONTest.h b/test/libsolidity/ASTJSONTest.h index 9760ef66..dcdaf221 100644 --- a/test/libsolidity/ASTJSONTest.h +++ b/test/libsolidity/ASTJSONTest.h @@ -18,7 +18,7 @@ #pragma once #include <test/libsolidity/FormattedScope.h> -#include <test/libsolidity/TestCase.h> +#include <test/TestCase.h> #include <iosfwd> #include <string> |