diff options
Diffstat (limited to 'examples/opt/opt.cc')
| -rw-r--r-- | examples/opt/opt.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/opt/opt.cc b/examples/opt/opt.cc index 75abed4..dbeab2f 100644 --- a/examples/opt/opt.cc +++ b/examples/opt/opt.cc @@ -37,8 +37,8 @@ int main(int argc, char** argv) ocl::io::println("Testing data..."); - auto opt = do_some("Ohio", "Ohio"); - opt.expect("Checksum failed, Ohio isn't Ohio!"); + auto opt = do_some("Foo", "Foo"); + opt.expect("Checksum failed, Foo isn't Foo!"); return 0; |
