diff options
author | chriseth <chris@ethereum.org> | 2018-06-26 18:24:07 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-26 18:24:07 +0800 |
commit | e6595d880615a4e2b9572b8026e931abe63c04a9 (patch) | |
tree | 73bd72013afc828be941806719fb89104bfe9e86 /test/libjulia/FunctionGrouper.cpp | |
parent | 5939ef992269e92ce7756a19f161d1f0793b764b (diff) | |
parent | 952f14b011f34c1c97b43c4fb28a3637bff15b65 (diff) | |
download | dexon-solidity-e6595d880615a4e2b9572b8026e931abe63c04a9.tar dexon-solidity-e6595d880615a4e2b9572b8026e931abe63c04a9.tar.gz dexon-solidity-e6595d880615a4e2b9572b8026e931abe63c04a9.tar.bz2 dexon-solidity-e6595d880615a4e2b9572b8026e931abe63c04a9.tar.lz dexon-solidity-e6595d880615a4e2b9572b8026e931abe63c04a9.tar.xz dexon-solidity-e6595d880615a4e2b9572b8026e931abe63c04a9.tar.zst dexon-solidity-e6595d880615a4e2b9572b8026e931abe63c04a9.zip |
Merge pull request #4318 from ethereum/yul-internal
Rename some internal constructs from Julia/Iulia to Yul
Diffstat (limited to 'test/libjulia/FunctionGrouper.cpp')
-rw-r--r-- | test/libjulia/FunctionGrouper.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/libjulia/FunctionGrouper.cpp b/test/libjulia/FunctionGrouper.cpp index 78f382cb..f1e83449 100644 --- a/test/libjulia/FunctionGrouper.cpp +++ b/test/libjulia/FunctionGrouper.cpp @@ -16,7 +16,7 @@ */ /** * @date 2017 - * Unit tests for the iulia function grouper. + * Unit tests for the Yul function grouper. */ #include <test/libjulia/Common.h> @@ -43,7 +43,7 @@ do\ }\ while(false) -BOOST_AUTO_TEST_SUITE(IuliaFunctionGrouper) +BOOST_AUTO_TEST_SUITE(YulFunctionGrouper) BOOST_AUTO_TEST_CASE(smoke_test) { |