From 9a90aa67e6e701fc904d512110ce3461adadcfd3 Mon Sep 17 00:00:00 2001 From: Lars Lehtonen Date: Sat, 2 Nov 2019 10:12:31 -0700 Subject: [PATCH] common: resuscitate TestStepCreateFloppy_missing() --- common/step_create_floppy_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/step_create_floppy_test.go b/common/step_create_floppy_test.go index 64e71ce3b..255da29bd 100644 --- a/common/step_create_floppy_test.go +++ b/common/step_create_floppy_test.go @@ -116,7 +116,7 @@ func TestStepCreateFloppy(t *testing.T) { } } -func xxxTestStepCreateFloppy_missing(t *testing.T) { +func TestStepCreateFloppy_missing(t *testing.T) { state := testStepCreateFloppyState(t) step := new(StepCreateFloppy)