diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-25 10:27:23 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-25 10:27:23 -0500 |
| commit | d8a8f00d255dd0eaea2febc29ba2e91b1458521e (patch) | |
| tree | 578f04d916ad699e967df1134fa44d4a10b81b8e /examples/opt/opt.cc | |
| parent | 11184da83066ebc60bfd8b5d077b2bedd4d5084b (diff) | |
| parent | e96beb23f6d09d323f5cbd2ba9f8b6d4fcc7428b (diff) | |
Merge pull request #24 from amlel-el-mahrouss/develop
develop->master
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; |
