mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove unused tests and add asserts for not implemented parts in code generation.
quick fix on christian's rational change so that ubuntu will stop yelling be more specific with rational declaration for Windows sake rational in namespace correction for windows
This commit is contained in:
@@ -6634,28 +6634,6 @@ BOOST_AUTO_TEST_CASE(delete_on_array_of_structs)
|
||||
|
||||
}
|
||||
|
||||
/*BOOST_AUTO_TEST_CASE(fixed_data_type)
|
||||
{
|
||||
char const* sourceCode = R"(
|
||||
contract C {
|
||||
fixed public pi = 3.141592;
|
||||
}
|
||||
)";
|
||||
compileAndRun(sourceCode, 0, "C");
|
||||
}
|
||||
|
||||
BOOST_AUTO_TEST_CASE(fixed_data_type_expression)
|
||||
{
|
||||
char const* sourceCode = R"(
|
||||
contract C {
|
||||
function f(fixed a) returns (fixed) {
|
||||
return (a + 3);
|
||||
}
|
||||
}
|
||||
)";
|
||||
compileAndRun(sourceCode, 0, "C");
|
||||
}*/
|
||||
|
||||
BOOST_AUTO_TEST_CASE(internal_library_function)
|
||||
{
|
||||
// tests that internal library functions can be called from outside
|
||||
|
||||
Reference in New Issue
Block a user