aboutsummaryrefslogtreecommitdiffstats
path: root/test/libjulia/MainFunction.cpp
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2018-06-15 06:29:45 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2018-06-26 06:07:28 +0800
commit91db46b12867c48de8539b02fccd5fc06cf5d198 (patch)
treed19e257a5a89e0b8fb6b482816271cf8d5cfad21 /test/libjulia/MainFunction.cpp
parent3b1741909c7472b892695260b0b8c59a53c2183e (diff)
downloaddexon-solidity-91db46b12867c48de8539b02fccd5fc06cf5d198.tar.gz
dexon-solidity-91db46b12867c48de8539b02fccd5fc06cf5d198.tar.zst
dexon-solidity-91db46b12867c48de8539b02fccd5fc06cf5d198.zip
Rename test suites from J/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)
{