mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-02-02 18:46:46 +01:00
Fix ConcurrentRunTest
This commit is contained in:
parent
929b031f09
commit
2cf6fe8da7
@ -154,7 +154,7 @@ TEST(ConcurrentRunTest, ConcurrentRunVoidFunction3Start) {
|
||||
|
||||
class A {
|
||||
public:
|
||||
static void f(int* i) {
|
||||
void f(int* i) {
|
||||
*i = *i + 1;
|
||||
}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user