Skip to content

Commit

Permalink
Update xmake.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi authored Aug 4, 2023
1 parent 255e887 commit f8562f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/r/rsm-binary-io/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ package("rsm-binary-io")

on_test(function (package)
assert(package:check_cxxsnippets({test = [[
int main() {
void test() {
binary_io::span_istream s;
assert(s.tell() == 0);
}
Expand Down

0 comments on commit f8562f6

Please sign in to comment.