mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
Removed redundant semicolon from TEST_SUITE block
This commit is contained in:
parent
37bf16414d
commit
9b108e681b
1
.gitignore
vendored
1
.gitignore
vendored
@ -411,3 +411,4 @@ examples/UniquePtrWithPool/UniquePtrWithPool
|
|||||||
test/vs2022/Debug Clang C++20 - Optimised -O2
|
test/vs2022/Debug Clang C++20 - Optimised -O2
|
||||||
include/etl/header_file_list.txt
|
include/etl/header_file_list.txt
|
||||||
temp
|
temp
|
||||||
|
test/syntax_check/build-make
|
||||||
|
|||||||
@ -77,5 +77,5 @@ namespace
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
};
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user