aboutsummaryrefslogtreecommitdiffstats
path: root/test/libjulia/MainFunction.cpp
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-06-26 18:24:07 +0800
committerGitHub <noreply@github.com>2018-06-26 18:24:07 +0800
commite6595d880615a4e2b9572b8026e931abe63c04a9 (patch)
tree73bd72013afc828be941806719fb89104bfe9e86 /test/libjulia/MainFunction.cpp
parent5939ef992269e92ce7756a19f161d1f0793b764b (diff)
parent952f14b011f34c1c97b43c4fb28a3637bff15b65 (diff)
downloaddexon-solidity-e6595d880615a4e2b9572b8026e931abe63c04a9.tar.gz
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/MainFunction.cpp')
-rw-r--r--test/libjulia/MainFunction.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/libjulia/MainFunction.cpp b/test/libjulia/MainFunction.cpp
index c26b002d..e7263d13 100644
--- a/test/libjulia/MainFunction.cpp
+++ b/test/libjulia/MainFunction.cpp
@@ -16,7 +16,7 @@
*/
/**
* @date 2018
- * Unit tests for the Julia MainFunction transformation.
+ * Unit tests for the Yul MainFunction transformation.
*/
#include <test/libjulia/Common.h>
@@ -45,7 +45,7 @@ do\
}\
while(false)
-BOOST_AUTO_TEST_SUITE(JuliaMainFunction)
+BOOST_AUTO_TEST_SUITE(YulMainFunction)
BOOST_AUTO_TEST_CASE(smoke_test)
{