mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-03 22:28:46 +00:00
Changed some recently added //+ usages to #+ and also fixed some //+ usages in some code generators.
This commit is contained in:
@@ -902,7 +902,7 @@ static void verify_error_helpers(ofstream& out) {
|
||||
}
|
||||
|
||||
static void test_core_sys_windows(ofstream& out) {
|
||||
out << "//+build windows" << endl
|
||||
out << "#+build windows" << endl
|
||||
<< "package " << __func__
|
||||
<< " // generated by " << path(__FILE__).filename().replace_extension("").string() << endl
|
||||
<< endl
|
||||
|
||||
Reference in New Issue
Block a user