diff options
Diffstat (limited to 'pkg/csource/options_test.go')
| -rw-r--r-- | pkg/csource/options_test.go | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pkg/csource/options_test.go b/pkg/csource/options_test.go index 1c403ae06..43cffd1d5 100644 --- a/pkg/csource/options_test.go +++ b/pkg/csource/options_test.go @@ -7,10 +7,12 @@ import ( "fmt" "reflect" "testing" + + "github.com/google/syzkaller/sys/targets" ) func TestParseOptions(t *testing.T) { - for _, opts := range allOptionsSingle("linux") { + for _, opts := range allOptionsSingle(targets.Linux) { data := opts.Serialize() got, err := DeserializeOptions(data) if err != nil { |
