Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
gammasoft71 committed Dec 7, 2023
1 parent 586891c commit 8e0af43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/xtd.core.manual_tests/src/manual_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ using namespace xtd::io;
class core_manual_test {
public:
static auto entry_point() {
file::write_all_lines(path::change_extension(file_name, ""), {"#pragma once"_s, ustring::format("#include \"{}\"", path::get_file_name(file_name))});
console::write_line("Hello, World!");
}
};

Expand Down

0 comments on commit 8e0af43

Please sign in to comment.