aboutsummaryrefslogtreecommitdiffstats
path: root/ui/terminal/status_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'ui/terminal/status_test.go')
-rw-r--r--ui/terminal/status_test.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/ui/terminal/status_test.go b/ui/terminal/status_test.go
index fc9315b9..a87a7f07 100644
--- a/ui/terminal/status_test.go
+++ b/ui/terminal/status_test.go
@@ -17,7 +17,6 @@ package terminal
import (
"bytes"
"fmt"
- "syscall"
"testing"
"android/soong/ui/status"
@@ -261,8 +260,6 @@ func TestSmartStatusOutputWidthChange(t *testing.T) {
runner.startAction(action)
smart.termWidth = 30
- // Fake a SIGWINCH
- stat.(*smartStatusOutput).sigwinch <- syscall.SIGWINCH
runner.finishAction(result)
stat.Flush()