aboutsummaryrefslogtreecommitdiff
path: root/test cases
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2015-11-25 22:35:23 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2015-11-25 22:35:23 +0200
commit3cbe9d32fa8cf7a92cf3bad2821a204e8cf357e6 (patch)
tree887c649734e1039b73ca6b7b277517d14531d63f /test cases
parent33301dec0e068d0bfdc579aff2b40d2018402b4c (diff)
downloadmeson-3cbe9d32fa8cf7a92cf3bad2821a204e8cf357e6.zip
meson-3cbe9d32fa8cf7a92cf3bad2821a204e8cf357e6.tar.gz
meson-3cbe9d32fa8cf7a92cf3bad2821a204e8cf357e6.tar.bz2
Added script to run benchmarks.
Diffstat (limited to 'test cases')
-rw-r--r--test cases/frameworks/1 boost/nomod.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/frameworks/1 boost/nomod.cpp b/test cases/frameworks/1 boost/nomod.cpp
index 7b16881..55c95b2 100644
--- a/test cases/frameworks/1 boost/nomod.cpp
+++ b/test cases/frameworks/1 boost/nomod.cpp
@@ -9,7 +9,7 @@ boost::any get_any() {
int main(int argc, char **argv) {
boost::any result = get_any();
if(boost::any_cast<int>(result) == 3) {
- std::cout << "Everything is fine in the worls.\n";
+ std::cout << "Everything is fine in the world.\n";
return 0;
} else {
std::cout << "Mathematics stopped working.\n";