mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-06 14:33:10 -06:00
uncomment tests and re-run them but what the hell
This commit is contained in:
parent
51d8d8636b
commit
32ddf2a6bd
|
|
@ -1,7 +1,10 @@
|
|||
package main
|
||||
|
||||
/*
|
||||
import (
|
||||
"os"
|
||||
"os/signal"
|
||||
"strings"
|
||||
"syscall"
|
||||
"testing"
|
||||
)
|
||||
|
||||
|
|
@ -50,4 +53,4 @@ func TestMain(t *testing.T) {
|
|||
}
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,10 @@
|
|||
package main
|
||||
|
||||
/*
|
||||
import (
|
||||
"os"
|
||||
"os/signal"
|
||||
"strings"
|
||||
"syscall"
|
||||
"testing"
|
||||
)
|
||||
|
||||
|
|
@ -50,4 +53,3 @@ func TestMain(t *testing.T) {
|
|||
}
|
||||
}
|
||||
}
|
||||
*/
|
||||
Loading…
Reference in a new issue