- changed implementation

- style fixes
This commit is contained in:
LianaHus
2015-09-15 11:40:19 +02:00
parent e4eb40036b
commit bc91464131
+1 -1
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()