Skip to content

Commit 5bcf2a6

Browse files
committed
conan: correct test package
1 parent abb1886 commit 5bcf2a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conan/test_package/example.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
int main(int argc, const char** argv){
44
auto r = utki::make_shared<ruis::render::opengl::renderer>();
55

6-
std::cout << "hello ruis-render-null!" << std::endl;
6+
std::cout << "hello ruis-render-opengl!" << std::endl;
77

88
return 0;
99
}

0 commit comments

Comments
 (0)