- changed implementation

- style fixes
This commit is contained in:
LianaHus 2015-09-09 17:15:23 +02:00
parent e4eb40036b
commit bc91464131

View File

@ -5259,7 +5259,7 @@ BOOST_AUTO_TEST_CASE(array_out_of_bound_access)
}
}
)";
compileRequireThrow<CompilerError>(sourceCode);
compileRequireThrow<TypeError>(sourceCode);
}
BOOST_AUTO_TEST_SUITE_END()